summaryrefslogtreecommitdiffstats
path: root/input/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'input/Makefile')
-rw-r--r--input/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/input/Makefile b/input/Makefile
index ed052ff51c..30ce065dd3 100644
--- a/input/Makefile
+++ b/input/Makefile
@@ -36,9 +36,6 @@ distclean: clean
dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
-#
-# include dependency files if they exist
-#
ifneq ($(wildcard .depend),)
include .depend
endif