make version.h depend on .svn/entries
Originally committed as revision 7377 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2606f38a67
commit
a4da50e17f
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -85,6 +85,11 @@ ffplay_g$(EXESUF): ffplay.o cmdutils.o .libs
|
|||
cp -p $< $@
|
||||
$(STRIP) $@
|
||||
|
||||
SVN_ENTRIES = $(SRC_PATH_BARE)/.svn/entries
|
||||
ifeq ($(wildcard $(SVN_ENTRIES)),$(SVN_ENTRIES))
|
||||
version.h: $(SVN_ENTRIES)
|
||||
endif
|
||||
|
||||
version.h:
|
||||
$(SRC_PATH)/version.sh $(SRC_PATH)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue