diff options
| author | Marc G. Fournier | 1998-01-27 03:25:14 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-01-27 03:25:14 +0000 |
| commit | c4213aede1a3ba1e63203358d52587550badfda8 (patch) | |
| tree | 3730cccc950c859e0887e52a2b5ffea1e95c3314 /src/Makefile.global.in | |
| parent | 7c3dc8f772334c4a15b901d9aab1c1cc985ce845 (diff) | |
From: Phil Thompson <phil@river-bank.demon.co.uk>
Cleanup patches for previous protocol changes patch
Diffstat (limited to 'src/Makefile.global.in')
| -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 c909fe9e708..452a5a0af89 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.32 1998/01/15 19:41:35 pgsql Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.33 1998/01/27 03:24:51 scrappy Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -157,10 +157,10 @@ USE_TCL= @USE_TCL@ # TCL_INCDIR= /usr/local/include TCL_LIBDIR= /usr/local/lib -TCL_LIB= -ltcl80 +TCL_LIB= -ltcl8.0 TK_INCDIR= /usr/local/include TK_LIBDIR= /usr/local/lib -TK_LIB= -ltk80 +TK_LIB= -ltk8.0 USE_PERL= @USE_PERL@ |
