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