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