aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-07-25 00:26:21 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-07-25 00:26:21 +0000
commit2f19e2894091d0b6e7669aad0df97d192520ecef (patch)
tree277c21111d8b5032745f907d3183ab6463bdaa13
parent0864a2ddaedbf4da0837cfa84b6dd012a097cef8 (diff)
downloadpostgresql-2f19e2894091d0b6e7669aad0df97d192520ecef.tar.gz
postgresql-2f19e2894091d0b6e7669aad0df97d192520ecef.zip
there are no includes files in backend, there should be, so why look
there?
-rw-r--r--src/bin/Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/Makefile.global b/src/bin/Makefile.global
index 375b5c6cb7f..7c10b0f6a97 100644
--- a/src/bin/Makefile.global
+++ b/src/bin/Makefile.global
@@ -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.