diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-03-23 06:03:04 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-03-23 06:03:04 +0000 |
| commit | 953ca76b8d8177d6938c923a731aaa8abe032a6c (patch) | |
| tree | 2f0da4578cc4d43e2cca7cfdc14e0ccf8cd6dc8d /src/Makefile.global.in | |
| parent | 97e461b10136bcad27598f5f907c0b67fef10547 (diff) | |
| download | postgresql-953ca76b8d8177d6938c923a731aaa8abe032a6c.tar.gz | |
more tcl/tk fixes
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 b6d99b1ea5..9c8de9d2df 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.36 1998/03/23 04:07:59 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.37 1998/03/23 06:01:47 momjian Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -160,9 +160,7 @@ endif USE_TCL= @USE_TCL@ # customize these to your site's needs # -TCL_INCDIR= @TCL_INCDIR@ TCL_LIB= @TCL_LIB@ -TK_INCDIR= @TK_INCDIR@ TK_LIB= @TK_LIB@ USE_PERL= @USE_PERL@ |
