Skip to content

Commit 0626fae

Browse files
committed
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
2 parents 2147cb2 + 38475f9 commit 0626fae

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
@@ -2023,7 +2023,7 @@ configure: configure.ac
20232023
$(RM) $<+
20242024

20252025
# These can record GIT_VERSION
2026-
git.o git.spec \
2026+
git.o git.spec http.o \
20272027
$(patsubst %.sh,%,$(SCRIPT_SH)) \
20282028
$(patsubst %.perl,%,$(SCRIPT_PERL)) \
20292029
: GIT-VERSION-FILE

0 commit comments

Comments
 (0)