]> granicus.if.org Git - postgresql/commitdiff
Oops...thought we fixed the bug with the -I ../.. problem :(
authorMarc G. Fournier <scrappy@hub.org>
Wed, 9 Oct 1996 20:33:53 +0000 (20:33 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 9 Oct 1996 20:33:53 +0000 (20:33 +0000)
src/Makefile.global

index e8e841ab578d4e0fadc3cbd06c878f88f4a4aeb8..fd597d381894f420c5c7dac6950cb9c68bf4506a 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.8 1996/09/21 19:11:22 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.9 1996/10/09 20:33:53 scrappy Exp $
 #
 # NOTES
 #    This is seen by any Makefiles that include mk/postgres.mk. To
@@ -279,7 +279,7 @@ endif
 
 # Globally pass PORTNAME
 CFLAGS+= -DPORTNAME_$(PORTNAME)
-CFLAGS += -I ../../backend/port/$(PORTNAME)
+CFLAGS += -I../../backend/port/$(PORTNAME)
 
 # Globally pass the default TCP port for postmaster(1).
 CFLAGS+= -DPOSTPORT='"$(POSTPORT)"'