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