1998-05-21 01:36:28 +00:00
|
|
|
--- ../tcl/unix/Makefile.in.ORIG Sun May 3 18:52:36 1998
|
|
|
|
+++ ../tcl/unix/Makefile.in Sun May 3 18:53:16 1998
|
|
|
|
@@ -124,7 +124,7 @@
|
1997-10-09 08:19:15 +00:00
|
|
|
# If a link fails, purge the executable, as some systems leave invalid
|
|
|
|
# executables around.
|
|
|
|
#
|
1998-05-21 01:36:28 +00:00
|
|
|
-all: tcl checkup RUNTIME tclXtest
|
|
|
|
+all: tcl checkup RUNTIME
|
1997-10-09 08:19:15 +00:00
|
|
|
|
1998-05-21 01:36:28 +00:00
|
|
|
static: tcl.static tclXtest.static
|
|
|
|
|
|
|
|
@@ -173,7 +173,7 @@
|
1997-10-09 08:19:15 +00:00
|
|
|
# unless we don't have them.
|
|
|
|
#
|
1998-05-21 01:36:28 +00:00
|
|
|
RUNTIME: tcl.tlib tcl.tndx tclx.tcl buildidx.tcl autoload.tcl help.tmp \
|
1997-10-09 08:19:15 +00:00
|
|
|
- dltest.tmp checkup
|
|
|
|
+ checkup
|
1998-05-21 01:36:28 +00:00
|
|
|
|
|
|
|
tcl.tlib: ${TLIB_SRCS} autoload.tcl
|
1997-10-09 08:19:15 +00:00
|
|
|
-rm -f tcl.tlib tcl.tndx
|