summaryrefslogtreecommitdiff
path: root/src/pl/tcl
diff options
context:
space:
mode:
authorBruce Momjian1998-10-13 16:30:49 +0000
committerBruce Momjian1998-10-13 16:30:49 +0000
commitecf145f492031afa8135a1cb6aed0f71772c961d (patch)
tree7b71864112f1474c63659c3ba3c8c0a6c874a8aa /src/pl/tcl
parent97f5547297cc61f447cc675cc64917c53a8a3994 (diff)
Remove TCL_LIB,TCL_INCDIR,TK_LIB,TK_INCDIR.
Diffstat (limited to 'src/pl/tcl')
-rw-r--r--src/pl/tcl/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile
index 781ccdd39d..8cc79e9e19 100644
--- a/src/pl/tcl/Makefile
+++ b/src/pl/tcl/Makefile
@@ -4,7 +4,7 @@
# Makefile for the pltcl shared object
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.6 1998/10/08 23:45:18 momjian Exp $
+# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.7 1998/10/13 16:30:49 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -20,15 +20,6 @@ include $(SRCDIR)/Makefile.global
#
include Makefile.tcldefs
-
-#
-# Uncomment the following to force a specific version of the
-# Tcl shared library to be used.
-#
-#TCL_LIB_SPEC=-L/usr/lib -ltcl8.0
-
-
-#
# Change following to how shared library that contain
# correct references to libtcl must get built on your system.
# Since these definitions come from the tclConfig.sh script,