Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d9e4966

Browse files
committed
update for pgaccess
1 parent bbdeaea commit d9e4966

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Makefile.global.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.59 1999/10/31 19:50:46 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.60 1999/11/02 00:05:29 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -145,10 +145,10 @@ endif
145145
#
146146
USE_TCL= @USE_TCL@
147147
USE_TK= @USE_TK@
148-
WISH= @wish@
148+
WISH= @WISH@
149149

150150
USE_PERL= @USE_PERL@
151-
PERL=perl
151+
PERL= perl
152152

153153
#
154154
# enable native odbc driver support

0 commit comments

Comments
 (0)