blob: f828b93a015c862b3d2e4ff6324f119e71311629 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.2 1998/08/07 11:09:27 agc Exp $
--- ../tk/unix/Makefile.in.orig Sun Nov 30 00:19:07 1997
+++ ../tk/unix/Makefile.in Sat Mar 7 22:22:00 1998
@@ -85,7 +85,7 @@
# If a link fails, purge the executable, as some systems leave invalid
# executables around.
#
-all: wishx RUNTIME tktest
+all: wishx RUNTIME
static: wishx.static tktest.static
|