Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdeaea commit d9e4966Copy full SHA for d9e4966
src/Makefile.global.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -145,10 +145,10 @@ endif
145
146
USE_TCL= @USE_TCL@
147
USE_TK= @USE_TK@
148
-WISH= @wish@
+WISH= @WISH@
149
150
USE_PERL= @USE_PERL@
151
-PERL=perl
+PERL= perl
152
153
154
# enable native odbc driver support
0 commit comments