summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 172aa39c00..7e23fe9d8e 100644
--- a/Makefile
+++ b/Makefile
@@ -333,7 +333,7 @@ distclean: clean doxygen_clean
strip:
strip -s $(ALL_PRG)
-dep depend: help_mp.h version.h
+dep depend: help_mp.h version.h codecs.conf.h
$(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
@for a in $(PARTS); do $(MAKE) -C $$a dep; done