summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f917d134c3..caae378da3 100644
--- a/Makefile
+++ b/Makefile
@@ -447,7 +447,7 @@ codecs2html: mp_msg.o
$(MPLAYER_DEP): version.h help_mp.h
$(MENCODER_DEP): version.h help_mp.h
-$(PRG_CFG): version.h codec-cfg.c codec-cfg.h
+$(PRG_CFG): version.h codec-cfg.c codec-cfg.h help_mp.h
$(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC)
install: $(ALL_PRG)