mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
Merge branch 'ef/http-o-depends-on-gvf' into maint
A minor compilation fix. By Erik Faye-Lund * ef/http-o-depends-on-gvf: Makefile: add missing GIT-VERSION-FILE dependency
This commit is contained in:
commit
0626fae6af
2
Makefile
2
Makefile
@ -2023,7 +2023,7 @@ configure: configure.ac
|
|||||||
$(RM) $<+
|
$(RM) $<+
|
||||||
|
|
||||||
# These can record GIT_VERSION
|
# These can record GIT_VERSION
|
||||||
git.o git.spec \
|
git.o git.spec http.o \
|
||||||
$(patsubst %.sh,%,$(SCRIPT_SH)) \
|
$(patsubst %.sh,%,$(SCRIPT_SH)) \
|
||||||
$(patsubst %.perl,%,$(SCRIPT_PERL)) \
|
$(patsubst %.perl,%,$(SCRIPT_PERL)) \
|
||||||
: GIT-VERSION-FILE
|
: GIT-VERSION-FILE
|
||||||
|
Loading…
Reference in New Issue
Block a user