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

Commit db17470

Browse files
committed
Standardize locations of TCL related files
Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
1 parent 7bdd8dc commit db17470

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Makefile.global

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.17 1996/07/31 02:07:25 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.18 1996/07/31 18:52:38 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -211,12 +211,12 @@ endif
211211
#USE_TCL= true
212212
# customize these to your site's needs
213213
#
214-
TCL_INCDIR= /usr/local/devel/tcl7.4/include
215-
TCL_LIBDIR= /usr/local/devel/tcl7.4/lib
216-
TCL_LIB = -ltcl7.4
217-
TK_INCDIR= /usr/local/devel/tk4.0/include
218-
TK_LIBDIR= /usr/local/devel/tk4.0/lib
219-
TK_LIB = -ltk4.0
214+
TCL_INCDIR= /usr/local/include
215+
TCL_LIBDIR= /usr/local/lib
216+
TCL_LIB = -ltcl7.5
217+
TK_INCDIR= /usr/local/include
218+
TK_LIBDIR= /usr/local/lib
219+
TK_LIB = -ltk4.1
220220

221221
X11_INCDIR = /usr/X11R6.1/include
222222
X11_LIBDIR = /usr/X11R6.1/lib

0 commit comments

Comments
 (0)