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