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