Skip to content
Snippets Groups Projects
Commit 0808e658 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Potential fix for Bruce's "test" problem

parent 7fd47825
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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 # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -277,8 +277,3 @@ endif ...@@ -277,8 +277,3 @@ endif
ifdef PROFILE ifdef PROFILE
CFLAGS+= $(PROFILE) CFLAGS+= $(PROFILE)
endif endif
# Globally pass PORTNAME
ifdef PORTNAME
CFLAGS+= -D$(PORTNAME)
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment