summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdffcf6ad5..8c4f0fbe93 100644
--- a/Makefile
+++ b/Makefile
@@ -518,7 +518,7 @@ strip:
dep: depend
-depend: help_mp.h
+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