diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-09 08:19:15 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-09 08:19:15 +0000 |
commit | 83f0278fcfbc12646a171c4f35ca37cf4fa7cfc3 (patch) | |
tree | ed563841522f45c8ffc1e18e83bbb1a7481d57d1 /lang/tclX/files/patch-ac | |
parent | e9db405c9462e959b96a507434b975edb83f3c5a (diff) |
Notes
Diffstat (limited to 'lang/tclX/files/patch-ac')
-rw-r--r-- | lang/tclX/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/tclX/files/patch-ac b/lang/tclX/files/patch-ac new file mode 100644 index 000000000000..b8b932364be2 --- /dev/null +++ b/lang/tclX/files/patch-ac @@ -0,0 +1,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 || \ |