aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-11-02 00:05:29 +0000
committerBruce Momjian <bruce@momjian.us>1999-11-02 00:05:29 +0000
commitd9e4966be1d3526b31f87d1a24e67ec28110332b (patch)
treec8b93643ff17c7521dec054556999798752af9d2
parentbbdeaea5bed654ec95e737005b321bc3c596c6a3 (diff)
downloadpostgresql-d9e4966be1d3526b31f87d1a24e67ec28110332b.tar.gz
postgresql-d9e4966be1d3526b31f87d1a24e67ec28110332b.zip
update for pgaccess
-rw-r--r--src/Makefile.global.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 98d4156ea75..0d976c54c57 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