Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5d79f26

Browse files
committed
No more TCL_LIB>
1 parent af7e039 commit 5d79f26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Makefile.global.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.47 1998/10/07 06:38:28 thomas Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.48 1998/10/12 15:01:40 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -143,8 +143,8 @@ endif
143143
USE_TCL= @USE_TCL@
144144
# customize these to your site's needs
145145
#
146-
TCL_LIB= @TCL_LIB@
147-
TK_LIB= @TK_LIB@
146+
#TCL_LIB= @TCL_LIB@
147+
#TK_LIB= @TK_LIB@
148148

149149
USE_PERL= @USE_PERL@
150150

0 commit comments

Comments
 (0)