summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-03-23 06:03:04 +0000
committerBruce Momjian <bruce@momjian.us>1998-03-23 06:03:04 +0000
commit953ca76b8d8177d6938c923a731aaa8abe032a6c (patch)
tree2f0da4578cc4d43e2cca7cfdc14e0ccf8cd6dc8d /src/Makefile.global.in
parent97e461b10136bcad27598f5f907c0b67fef10547 (diff)
downloadpostgresql-953ca76b8d8177d6938c923a731aaa8abe032a6c.tar.gz
more tcl/tk fixes
Diffstat (limited to 'src/Makefile.global.in')
-rw-r--r--src/Makefile.global.in4
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@