mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 07:42:51 +00:00
10l: fix version.h generation
Note to self: always test in a clean directory Originally committed as revision 22423 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0680c40a25
commit
0853a2b47e
2
Makefile
2
Makefile
@ -93,7 +93,7 @@ SVN_ENTRIES = $(SRC_PATH_BARE)/.svn/entries
|
|||||||
.version: M=@
|
.version: M=@
|
||||||
|
|
||||||
version.h .version:
|
version.h .version:
|
||||||
$(M)$(VERSION_SH) $(SRC_PATH) $@ $(EXTRA_VERSION)
|
$(M)$(VERSION_SH) $(SRC_PATH) version.h $(EXTRA_VERSION)
|
||||||
$(Q)touch .version
|
$(Q)touch .version
|
||||||
|
|
||||||
# force version.sh to run whenever version might have changed
|
# force version.sh to run whenever version might have changed
|
||||||
|
Loading…
Reference in New Issue
Block a user