Potential fix for Bruce's "test" problem

This commit is contained in:
Marc G. Fournier 1997-12-20 18:36:26 +00:00
parent 7fd4782504
commit 0808e658a7
1 changed files with 1 additions and 6 deletions

View File

@ -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