We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd4782 commit 0808e65Copy full SHA for 0808e65
src/Makefile.global.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -277,8 +277,3 @@ endif
277
ifdef PROFILE
278
CFLAGS+= $(PROFILE)
279
endif
280
-
281
-# Globally pass PORTNAME
282
-ifdef PORTNAME
283
- CFLAGS+= -D$(PORTNAME)
284
-endif
0 commit comments