summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile
index 27996d2383..c9d42605e1 100644
--- a/TOOLS/netstream/Makefile
+++ b/TOOLS/netstream/Makefile
@@ -49,9 +49,7 @@ clean:
distclean: clean
rm -f .depend test
-dep: depend
-
-depend:
+dep depend:
$(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend
#