Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-10 06:10:26 +0300
committerMåns Rullgård <mans@mansr.com>2010-03-10 06:10:26 +0300
commit0853a2b47e3b71eca450821fff0d7b18f2934607 (patch)
treeb9ff9b7c65a161cb66bcd81e016fa3ae87e9df75 /Makefile
parent0680c40a256322071f76abfc8a0dca423e08d741 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5e4a87423..6507d9344d 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ SVN_ENTRIES = $(SRC_PATH_BARE)/.svn/entries
.version: M=@
version.h .version:
- $(M)$(VERSION_SH) $(SRC_PATH) $@ $(EXTRA_VERSION)
+ $(M)$(VERSION_SH) $(SRC_PATH) version.h $(EXTRA_VERSION)
$(Q)touch .version
# force version.sh to run whenever version might have changed