diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 98d4156ea7552f6187f7122002a9d979032b8a04..0d976c54c57122a7165caf75f8a021f5d811399a 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