diff options
| author | Bruce Momjian | 1998-03-23 04:08:05 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-03-23 04:08:05 +0000 |
| commit | 97e461b10136bcad27598f5f907c0b67fef10547 (patch) | |
| tree | 663178ad563b329351dff403c9dc9763d985828b /src/Makefile.global.in | |
| parent | df18ece06c08d31a77872ca27f6d04e1797d5da6 (diff) | |
Another tcl/tk fix.
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index de7a7d85e9..b6d99b1ea5 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.35 1998/02/22 20:02:11 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.36 1998/03/23 04:07:59 momjian Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -161,10 +161,8 @@ USE_TCL= @USE_TCL@ # customize these to your site's needs # TCL_INCDIR= @TCL_INCDIR@ -TCL_LIBDIR= /usr/local/lib TCL_LIB= @TCL_LIB@ TK_INCDIR= @TK_INCDIR@ -TK_LIBDIR= /usr/local/lib TK_LIB= @TK_LIB@ USE_PERL= @USE_PERL@ |
