]> granicus.if.org Git - postgresql/commitdiff
Add @configure_input@ marker to Makefile.global.in
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 15 Apr 2014 01:49:57 +0000 (21:49 -0400)
committerPeter 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

index 7a7b0899fd30a8bc29d3c40b7e56d272ca06c2dc..c2bdab38b7e9cf7c491aa091c9e65ccc3bf2e96d 100644 (file)
@@ -1,5 +1,6 @@
 # -*-makefile-*-
 # src/Makefile.global.in
+# @configure_input@
 
 #------------------------------------------------------------------------------
 # All PostgreSQL makefiles include this file and use the variables it sets,