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