diff options
| author | Bruce Momjian | 1996-11-04 04:00:56 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1996-11-04 04:00:56 +0000 |
| commit | 7e42f4814d4914cb2be1cbe042cce547109dd6ce (patch) | |
| tree | bb11e0ddfcc20bbb863741d73e6c3142b35efdea /src/Makefile.global | |
| parent | 510ebf75a189db52bfaac0a74b078fa58611ed03 (diff) | |
Removed PORTNAME_. Use OS version only.
Diffstat (limited to 'src/Makefile.global')
| -rw-r--r-- | src/Makefile.global | 4 |
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) |
