projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a362212
)
Fix for PROFILE env.
author
Bruce Momjian
Sun, 12 Apr 1998 01:18:35 +0000
(
01:18
+0000)
committer
Bruce Momjian
Sun, 12 Apr 1998 01:18:35 +0000
(
01:18
+0000)
src/Makefile.global.in
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global.in
b/src/Makefile.global.in
index 98e2d042c5b86319cbe58a0472d9dc1cd8c8b9f7..2b67a23b65ca250671747183dcde3f46fcab013a 100644
(file)
--- a/
src/Makefile.global.in
+++ b/
src/Makefile.global.in
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.3
8 1998/04/06 00:20:33
momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.3
9 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