summaryrefslogtreecommitdiff
path: root/src/Makefile.global
diff options
context:
space:
mode:
authorBruce Momjian1996-11-04 04:00:56 +0000
committerBruce Momjian1996-11-04 04:00:56 +0000
commit7e42f4814d4914cb2be1cbe042cce547109dd6ce (patch)
treebb11e0ddfcc20bbb863741d73e6c3142b35efdea /src/Makefile.global
parent510ebf75a189db52bfaac0a74b078fa58611ed03 (diff)
Removed PORTNAME_. Use OS version only.
Diffstat (limited to 'src/Makefile.global')
-rw-r--r--src/Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index b4c52522583..bc5ee55aa85 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.51 1996/11/03 06:54:10 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.52 1996/11/04 03:59:09 momjian Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -888,7 +888,7 @@ ifdef PROFILE
endif
# Globally pass PORTNAME
-CFLAGS+= -DPORTNAME_$(PORTNAME) -D$(PORTNAME)
+CFLAGS+= -D$(PORTNAME)
# include port-specific flags
CFLAGS+= $(CFLAGS_BE)