blob: 584931e82a6f36cdc994b06437e608f1eb9ae76a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-al,v 1.5 2004/04/17 16:56:10 seb Exp $
--- tclpathplan/Makefile.am.orig 2003-11-08 11:38:10.000000000 +0000
+++ tclpathplan/Makefile.am
@@ -23,7 +23,7 @@ libtclplan_la_SOURCES = find_ints.c inte
libtclplan_la_LIBADD = \
$(top_builddir)/tclhandle/libtclhandle.la \
$(top_builddir)/pathplan/libpathplanconvenience.la \
- $(top_builddir)/tclstubs/libtclstubs.la
+ ${TCL_STUB_LIB_SPEC}
all-local: pkgIndex.tcl
|