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