mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
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
This commit is contained in:
parent
1b2bc3597d
commit
0535cfb080
5
Makefile
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user