aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-04-12 01:18:35 +0000
committerBruce Momjian <bruce@momjian.us>1998-04-12 01:18:35 +0000
commit5da68b98cbd7b8ed55a8260d591143b82565d7be (patch)
tree48364e388b195385b632cf3eedfad0e105d3c57c /src
parenta362212a174978aa1799825a198ead64b3219262 (diff)
downloadpostgresql-5da68b98cbd7b8ed55a8260d591143b82565d7be.tar.gz
postgresql-5da68b98cbd7b8ed55a8260d591143b82565d7be.zip
Fix for PROFILE env.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 98e2d042c5b..2b67a23b65c 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.38 1998/04/06 00:20:33 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.39 1998/04/12 01:18:35 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -255,4 +255,5 @@ endif
ifdef PROFILE
CFLAGS+= $(PROFILE)
+ LDFLAGS+= $(PROFILE)
endif