diff options
Diffstat (limited to 'src/bin/psql/Makefile.in')
-rw-r--r-- | src/bin/psql/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/Makefile.in b/src/bin/psql/Makefile.in index 4fa6a4f1371..b1d8ecfd6d7 100644 --- a/src/bin/psql/Makefile.in +++ b/src/bin/psql/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/psql/Attic/Makefile.in,v 1.24 2000/05/11 17:46:35 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/psql/Attic/Makefile.in,v 1.25 2000/06/10 18:01:45 petere Exp $ # #------------------------------------------------------------------------- @@ -15,6 +15,7 @@ SRCDIR= ../.. include $(SRCDIR)/Makefile.global DOCDIR= $(SRCDIR)/../doc/src/sgml/ref +PERL = @PERL@ CFLAGS+= -I$(LIBPQDIR) |