Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0808e65

Browse files
committed
Potential fix for Bruce's "test" problem
1 parent 7fd4782 commit 0808e65

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Makefile.global.in

+1-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.30 1997/12/20 00:22:04 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.31 1997/12/20 18:36:26 scrappy Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -277,8 +277,3 @@ endif
277277
ifdef PROFILE
278278
CFLAGS+= $(PROFILE)
279279
endif
280-
281-
# Globally pass PORTNAME
282-
ifdef PORTNAME
283-
CFLAGS+= -D$(PORTNAME)
284-
endif

0 commit comments

Comments
 (0)