From d9e4966be1d3526b31f87d1a24e67ec28110332b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 2 Nov 1999 00:05:29 +0000 Subject: [PATCH] update for pgaccess --- src/Makefile.global.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 98d4156ea7..0d976c54c5 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.59 1999/10/31 19:50:46 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.60 1999/11/02 00:05:29 momjian Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -145,10 +145,10 @@ endif # USE_TCL= @USE_TCL@ USE_TK= @USE_TK@ -WISH= @wish@ +WISH= @WISH@ USE_PERL= @USE_PERL@ -PERL=perl +PERL= perl # # enable native odbc driver support -- 2.11.0