summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-18 17:41:24 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-18 17:41:24 +0000
commit587b43773b6b952e82bbb3ab55d22577fd6a5b08 (patch)
tree51b8993b3780785f109b5f83dd06d9b37b5681bc /Makefile
parentae5cfb078976c94d4f67fc18e4c7d719dab3e8a2 (diff)
downloadmpv-587b43773b6b952e82bbb3ab55d22577fd6a5b08.tar.bz2
mpv-587b43773b6b952e82bbb3ab55d22577fd6a5b08.tar.xz
codec-cfg depend on help_mp.h. Fix // builds.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17890 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-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)