Erik Faye-Lund <kusmabite@xxxxxxxxx> writes: > 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. > ... > diff --git a/Makefile b/Makefile > index c09a679..59e2b25 100644 > --- a/Makefile > +++ b/Makefile > @@ -2104,7 +2104,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 Makes sense to me. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html