Skip to content

Commit 38475f9

Browse files
kusmagitster
authored andcommitted
Makefile: add missing GIT-VERSION-FILE dependency
In 20fc9bc (Set HTTP user agent to git/GIT_VERSION, 2006-04-04), http.o started recording GIT_VERSION, but http.o wasn't added to the list of files that depends on GIT-VERSION-FILE. Fix this, so mofications to GIT-VERSION-FILE will result in an updated user-agent string. Signed-off-by: Erik Faye-Lund <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8258858 commit 38475f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ configure: configure.ac
18741874
$(RM) $<+
18751875

18761876
# These can record GIT_VERSION
1877-
git.o git.spec \
1877+
git.o git.spec http.o \
18781878
$(patsubst %.sh,%,$(SCRIPT_SH)) \
18791879
$(patsubst %.perl,%,$(SCRIPT_PERL)) \
18801880
: GIT-VERSION-FILE

0 commit comments

Comments
 (0)