blob: b8b932364be22e0210eebe61d749908645f993a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ../tk/unix/Makefile.in.orig Sun Jun 16 07:39:17 1996
+++ ../tk/unix/Makefile.in Thu Oct 9 09:57:43 1997
@@ -67,8 +67,7 @@
# If a link fails, purge the executable, as some systems leave invalid
# executables around.
#
-all: libtkx.a SHLIB_@BUILD_SHARED@ wishx RUNTIME tktest runtest \
- ${bldbasedir}/tk/tests
+all: libtkx.a SHLIB_@BUILD_SHARED@ wishx RUNTIME
wishx: tkXAppInit.o libtkx.a ${LIBTK} ${LIBTCLX}
${CC} ${LD_SWITCHES} tkXAppInit.o ${LDLIBS} -o wishx || \
|