summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1999-11-02 04:45:47 +0000
committerBruce Momjian1999-11-02 04:45:47 +0000
commitb26f6b9910920254d62fcdfcc2beaa17959a761d (patch)
tree6e6fbc920e2ffc211720ab5257df7d94dc74bf49
parent17f7bedaaf1886d00256d850bb64d6fd37c54157 (diff)
Fix for perl5.
-rw-r--r--src/Makefile.global.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index c9622a1d60..c0cac0c635 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.56.2.2 1999/10/31 19:56:33 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.56.2.3 1999/11/02 04:45:47 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -148,6 +148,7 @@ USE_TK= @USE_TK@
WISH= @WISH@
USE_PERL= @USE_PERL@
+PERL= perl
#
# enable native odbc driver support