summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-02 07:18:53 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-02 07:18:53 +0000
commit0535cfb080fcca0ac34648b2d1c684c56bdd98af (patch)
treee08fef5f492884a90826b6c1ebbab46e8f84d746 /Makefile
parent1b2bc3597df52469fbd71e3f563b1f063f11b42b (diff)
downloadmpv-0535cfb080fcca0ac34648b2d1c684c56bdd98af.tar.bz2
mpv-0535cfb080fcca0ac34648b2d1c684c56bdd98af.tar.xz
10l: version.h was not being built in some odd cases
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18015 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ad5e52810..a0be370b94 100644
--- a/Makefile
+++ b/Makefile
@@ -440,7 +440,7 @@ codec-cfg.o: codecs.conf.h
codecs2html: mp_msg.o
$(CC) -DCODECS2HTML codec-cfg.c mp_msg.o -o $@
-$(PRG_CFG): version.h codec-cfg.c codec-cfg.h help_mp.h
+$(PRG_CFG): 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)
@@ -567,6 +567,9 @@ endif
#endif
version.h: config.h config.mak Makefile
+# explicit dependencies to force version.h to be built even if .depend is missing
+mplayer.o mencoder.o vobsub.o: version.h
+
#
# the following lines provide _partial_ dependency information
# for the 'library' directories under main dir, in order to cause