diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-06-01 13:22:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-01 13:22:44 -0700 |
commit | 0626fae6afc9c6976aead4237691fb3568dd5c68 (patch) | |
tree | 6cc17fca3e1c92c4559ace4f374f5173707ac621 /Makefile | |
parent | 2147cb2762c67d0ec2101ab13a4c1b0ef8cab599 (diff) | |
parent | 38475f972ce1cadf309982420a09bfc9c610a14a (diff) | |
download | git-0626fae6afc9c6976aead4237691fb3568dd5c68.tar.gz git-0626fae6afc9c6976aead4237691fb3568dd5c68.tar.xz |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2023,7 +2023,7 @@ configure: configure.ac $(RM) $<+ # These can record GIT_VERSION -git.o git.spec \ +git.o git.spec http.o \ $(patsubst %.sh,%,$(SCRIPT_SH)) \ $(patsubst %.perl,%,$(SCRIPT_PERL)) \ : GIT-VERSION-FILE |