projects
/
projects
/
chimara
/
chimara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433c509
)
Fewer unnecessary recompiles of git
author
P. F. Chimento
<philip.chimento@gmail.com>
Wed, 17 Nov 2010 21:11:26 +0000
(22:11 +0100)
committer
P. F. Chimento
<philip.chimento@gmail.com>
Wed, 17 Nov 2010 21:11:26 +0000
(22:11 +0100)
Making the automatically-generated version.h depend on Makefile.am
instead of Makefile prevents git from being fully recompiled every time
configure is run.
interpreters/git/Makefile.am
patch
|
blob
|
history
diff --git
a/interpreters/git/Makefile.am
b/interpreters/git/Makefile.am
index a2825d49b64427b4d03e62a4cb1167edf08574bc..c8641b050830b50699404f7873d112a5db8f544e 100644
(file)
--- a/
interpreters/git/Makefile.am
+++ b/
interpreters/git/Makefile.am
@@
-2,7
+2,7
@@
MAJOR = 1
MINOR = 2
PATCH = 4
-version.h: Makefile
+version.h: Makefile
.am
echo "// Automatically generated file -- do not edit!" > version.h
echo "#define GIT_MAJOR" $(MAJOR) >> version.h
echo "#define GIT_MINOR" $(MINOR) >> version.h