summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c1b9edcfc7..4e21dcf3c6 100644
--- a/Makefile
+++ b/Makefile
@@ -410,9 +410,7 @@ distclean: dirclean doxygen_clean
strip:
strip -s $(ALL_PRG)
-dep: depend
-
-depend: help_mp.h version.h
+dep depend: help_mp.h version.h
$(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
@for a in $(PARTS); do $(MAKE) -C $$a dep; done