blob: 5a621b554637aeba1af281d61f42ad78b350b503 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- ../tcl/unix/Makefile.in.orig Sun Jun 16 07:39:09 1996
+++ ../tcl/unix/Makefile.in Thu Oct 9 09:49:19 1997
@@ -85,7 +85,7 @@
# If a link fails, purge the executable, as some systems leave invalid
# executables around.
#
-all: libtclx.a SHLIB_@BUILD_SHARED@ tcl checkup RUNTIME tclXtest runtest
+all: libtclx.a SHLIB_@BUILD_SHARED@ tcl checkup RUNTIME
tcl: tclXAppInit.o libtclx.a SHLIB_@BUILD_SHARED@
${CC} ${LD_SWITCHES} tclXAppInit.o ${LDLIBS} -o tcl || \
@@ -237,7 +237,7 @@
# unless we don't have them.
#
RUNTIME: tcl.tlib tcl.tndx tclx.tcl buildidx.tcl loadouster.tcl help.tmp \
- dltest.tmp checkup
+ checkup
tcl.tlib: ${TLIB_SRCS}
-rm -f tcl.tlib tcl.tndx
|