1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/lang/tclX/files/patch-ab
1997-10-09 08:19:15 +00:00

21 lines
699 B
Plaintext

--- ../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