diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-11-02 00:05:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-11-02 00:05:29 +0000 |
commit | d9e4966be1d3526b31f87d1a24e67ec28110332b (patch) | |
tree | c8b93643ff17c7521dec054556999798752af9d2 | |
parent | bbdeaea5bed654ec95e737005b321bc3c596c6a3 (diff) | |
download | postgresql-d9e4966be1d3526b31f87d1a24e67ec28110332b.tar.gz postgresql-d9e4966be1d3526b31f87d1a24e67ec28110332b.zip |
update for pgaccess
-rw-r--r-- | src/Makefile.global.in | 6 |
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 |