changeset 17889:180736f5c1d8

codec-cfg depend on help_mp.h. Fix // builds.
author albeu
date Sat, 18 Mar 2006 17:41:24 +0000
parents a516a3ca7c9b
children 633f3d0a621b
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Mar 18 12:42:55 2006 +0000
+++ b/Makefile	Sat Mar 18 17:41:24 2006 +0000
@@ -447,7 +447,7 @@
 $(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)