projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d0f493
)
Add @configure_input@ marker to Makefile.global.in
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 15 Apr 2014 01:49:57 +0000
(21:49 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 15 Apr 2014 01:49:57 +0000
(21:49 -0400)
That way, when looking at Makefile.global, we don't get confused by the
comment that claims that this is Makefile.global.in.
src/Makefile.global.in
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global.in
b/src/Makefile.global.in
index 7a7b0899fd30a8bc29d3c40b7e56d272ca06c2dc..c2bdab38b7e9cf7c491aa091c9e65ccc3bf2e96d 100644
(file)
--- a/
src/Makefile.global.in
+++ b/
src/Makefile.global.in
@@
-1,5
+1,6
@@
# -*-makefile-*-
# src/Makefile.global.in
+# @configure_input@
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,