diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2014-04-14 21:49:57 -0400 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2014-04-14 21:49:57 -0400 |
| commit | e3fd9327384abc1cd252ddd8ce9429ab7bef48b5 (patch) | |
| tree | 17e5596bd5817ea279a841ef59fe1846904749e3 | |
| parent | 7d0f493f19607774fdccb1a1ea06fdd96a3d9698 (diff) | |
| download | postgresql-e3fd9327384abc1cd252ddd8ce9429ab7bef48b5.tar.gz | |
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.
| -rw-r--r-- | src/Makefile.global.in | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
