blob: 9d97ec13e693ed3263bc860cb2339d107bbecb48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- common/Makefile.machine.freebsd.orig Mon Oct 20 02:59:58 2003
+++ common/Makefile.machine.freebsd Sat Oct 23 11:12:06 2004
@@ -49,8 +49,8 @@
RLD_FLAG = -R
# Tcl support (part of cygwin)
- TCL_INCLUDE = -I/usr/local/include/tcl8.3
- TCL_LIBRARY = -L/usr/local/lib -ltcl83
+ TCL_INCLUDE = -I/usr/local/include/tcl8.4
+ TCL_LIBRARY = -L/usr/local/lib -ltcl84
# No ranlib
RANLIB = :
@@ -65,6 +65,6 @@
LINT_FLAGS = -DDEBUG $(CFLAGS)
# Location of gawk binary
- GAWK = /usr/bin/gawk
+ GAWK = /usr/bin/awk
|