Skip to content

Commit

Permalink
Merge branch 'ef/http-o-depends-on-gvf' into maint
Browse files Browse the repository at this point in the history
A minor compilation fix.

By Erik Faye-Lund
* ef/http-o-depends-on-gvf:
  Makefile: add missing GIT-VERSION-FILE dependency
  • Loading branch information
gitster committed Jun 1, 2012
2 parents 2147cb2 + 38475f9 commit 0626fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0626fae

Please sign in to comment.