summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 8d03ded1ba..cf97b85224 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -156,9 +156,7 @@ clean:
distclean: clean
rm -f .depend
-dep: depend
-
-depend:
+dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#