projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd4782
)
Potential fix for Bruce's "test" problem
author
Marc G. Fournier
Sat, 20 Dec 1997 18:36:26 +0000
(18:36 +0000)
committer
Marc G. Fournier
Sat, 20 Dec 1997 18:36:26 +0000
(18:36 +0000)
src/Makefile.global.in
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global.in
b/src/Makefile.global.in
index 9080e7eb8126ccb50093dfbf9c06be93cbb3c2c4..0d2d9043f9b796f75cc9c18995bc57bd2ea765d7 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
0 1997/12/20 00:22:04
scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.3
1 1997/12/20 18:36:26
scrappy Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@
-277,8
+277,3
@@
endif
ifdef PROFILE
CFLAGS+= $(PROFILE)
endif
-
-# Globally pass PORTNAME
-ifdef PORTNAME
- CFLAGS+= -D$(PORTNAME)
-endif