From e3fd9327384abc1cd252ddd8ce9429ab7bef48b5 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 14 Apr 2014 21:49:57 -0400 Subject: [PATCH] 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. --- src/Makefile.global.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 7a7b0899fd3..c2bdab38b7e 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, -- 2.30.2