From 0808e658a7166c8b90e1673f06694b005e0783e1 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sat, 20 Dec 1997 18:36:26 +0000 Subject: [PATCH] Potential fix for Bruce's "test" problem --- src/Makefile.global.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 9080e7eb81..0d2d9043f9 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