diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-07-25 01:11:15 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-25 01:11:15 +0000 |
commit | 98ae3fadd10c48f8f1bdbee7025c6daf1806d122 (patch) | |
tree | 035f530c79b8a7676e67f77c7fcb38b9622fc7f0 /src | |
parent | 7920dce9f92507f21d5c3f99dcce6f9152d43247 (diff) | |
download | postgresql-98ae3fadd10c48f8f1bdbee7025c6daf1806d122.tar.gz postgresql-98ae3fadd10c48f8f1bdbee7025c6daf1806d122.zip |
Ack, -I$(srcdir)/backend *is* required...
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/Makefile.global b/src/bin/Makefile.global index 7c10b0f6a97..502732d6feb 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.5 1996/07/25 00:26:21 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.6 1996/07/25 01:11:15 scrappy Exp $ # #------------------------------------------------------------------------- -CFLAGS+= -I$(srcdir)/backend/include -I$(srcdir)/libpq +CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq # # link with libpq, so we put it here. |