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