diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-12-20 18:36:26 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-12-20 18:36:26 +0000 |
commit | 0808e658a7166c8b90e1673f06694b005e0783e1 (patch) | |
tree | c3c897ee60bb2929ac2091805945d6cd7b9893c3 | |
parent | 7fd4782504c6bb090261b03a3152193cd8e22439 (diff) | |
download | postgresql-0808e658a7166c8b90e1673f06694b005e0783e1.tar.gz postgresql-0808e658a7166c8b90e1673f06694b005e0783e1.zip |
Potential fix for Bruce's "test" problem
-rw-r--r-- | src/Makefile.global.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 9080e7eb812..0d2d9043f9b 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.30 1997/12/20 00:22:04 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.31 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 |