diff options
author | 2012-06-01 13:22:44 -0700 | |
---|---|---|
committer | 2012-06-01 13:22:44 -0700 | |
commit | 0626fae6afc9c6976aead4237691fb3568dd5c68 (patch) | |
tree | 6cc17fca3e1c92c4559ace4f374f5173707ac621 /Makefile | |
parent | Merge branch 'rs/maint-grep-F' into maint (diff) | |
parent | Makefile: add missing GIT-VERSION-FILE dependency (diff) | |
download | tgif-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 |