mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
13 lines
483 B
Plaintext
13 lines
483 B
Plaintext
--- ../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 || \
|