blob: d9cd7c9f26ba0e6f19c8f6e8b5b4a2ad2d0b2c9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-at,v 1.2 2002/08/28 13:49:38 seb Exp $
--- tclpathplan/Makefile.am.orig Thu Aug 1 17:43:31 2002
+++ tclpathplan/Makefile.am
@@ -19,7 +19,7 @@ libtclplan_la_SOURCES = find_ints.c inte
libtclplan_la_LIBADD = \
../tclhandle/libtclhandle.la \
../pathplan/libpathplanconvenience.la \
- ../tclstubs/libtclstubs.la
+ ${TCL_STUB_LIB_SPEC}
all-local: pkgIndex.tcl
|