From: Peter Eisentraut Date: Tue, 15 Apr 2014 01:49:57 +0000 (-0400) Subject: Add @configure_input@ marker to Makefile.global.in X-Git-Tag: REL9_4_BETA1~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3fd9327384abc1cd252ddd8ce9429ab7bef48b5;p=postgresql Add @configure_input@ marker to Makefile.global.in That way, when looking at Makefile.global, we don't get confused by the comment that claims that this is Makefile.global.in. --- diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 7a7b0899fd..c2bdab38b7 100644 --- 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,