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.
This commit is contained in:
Peter Eisentraut 2014-04-14 21:49:57 -04:00
parent 7d0f493f19
commit e3fd932738
1 changed files with 1 additions and 0 deletions

View File

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