]> granicus.if.org Git - postgresql/commitdiff
there are no includes files in backend, there should be, so why look
authorMarc G. Fournier <scrappy@hub.org>
Thu, 25 Jul 1996 00:26:21 +0000 (00:26 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 25 Jul 1996 00:26:21 +0000 (00:26 +0000)
there?

src/bin/Makefile.global

index 375b5c6cb7fc520deebd56d04b81c660fc2a3b19..7c10b0f6a97ee8e251ce6b8ad72501f9411865b4 100644 (file)
@@ -7,11 +7,11 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.4 1996/07/22 04:51:05 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.5 1996/07/25 00:26:21 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
-CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq 
+CFLAGS+= -I$(srcdir)/backend/include -I$(srcdir)/libpq 
 
 #
 # link with libpq, so we put it here.