summaryrefslogtreecommitdiffstats
path: root/TOOLS/netstream/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/netstream/Makefile')
-rw-r--r--TOOLS/netstream/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile
index ccf91a371f..38b30cf0f2 100644
--- a/TOOLS/netstream/Makefile
+++ b/TOOLS/netstream/Makefile
@@ -50,6 +50,4 @@ distclean: clean
dep depend:
$(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend