]> granicus.if.org Git - postgresql/commitdiff
Removed -I${HEADERFILE} from bin/Makefile.global
authorMarc G. Fournier <scrappy@hub.org>
Fri, 19 Jul 1996 06:47:51 +0000 (06:47 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 19 Jul 1996 06:47:51 +0000 (06:47 +0000)
src/bin/Makefile.global

index 4d873930bb298f2ed0cd910f9e1643ac76fbf3da..df1c8e71177006eab9c471260663d6fdcf124793 100644 (file)
@@ -7,11 +7,11 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.2 1996/07/19 05:32:42 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.3 1996/07/19 06:47:51 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
-CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq -I$(HEADERDIR) 
+CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq 
 
 #
 # try locating libpq.a in the following places