diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-07-19 06:47:51 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-19 06:47:51 +0000 |
commit | 2ab6d1f125bb159405ae6765749d32c11a0bea69 (patch) | |
tree | 03bdb11ac09501c22bdbc889f26602fd80845e96 /src | |
parent | de82ece8bdd0cefcbfda763ccdce498e3a06a627 (diff) | |
download | postgresql-2ab6d1f125bb159405ae6765749d32c11a0bea69.tar.gz postgresql-2ab6d1f125bb159405ae6765749d32c11a0bea69.zip |
Removed -I${HEADERFILE} from bin/Makefile.global
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 4d873930bb2..df1c8e71177 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.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 |