mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
21 lines
699 B
Plaintext
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
|