File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# NOTES
13
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -211,12 +211,12 @@ endif
211
211
#USE_TCL= true
212
212
# customize these to your site's needs
213
213
#
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
220
220
221
221
X11_INCDIR = /usr/X11R6.1/include
222
222
X11_LIBDIR = /usr/X11R6.1/lib
You can’t perform that action at this time.
0 commit comments