e2afa97f51
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
12 lines
441 B
Text
12 lines
441 B
Text
$NetBSD: patch-af,v 1.2 2002/08/25 18:40:04 jlam Exp $
|
|
|
|
--- spgrove/Makefile.sub.orig Sun Oct 14 13:51:50 2001
|
|
+++ spgrove/Makefile.sub Sun Oct 14 13:58:15 2001
|
|
@@ -1,6 +1,6 @@
|
|
LIB=spgrove
|
|
INCLUDE=-I$(srcdir)/../grove
|
|
-DEPLIBS=-lm -L$(TOP)/grove/.libs -lgrove -L$(TOP)/lib/.libs -lsp $(LIB_THREADS)
|
|
+DEPLIBS=-lm $(TOP)/grove/libgrove.la $(TOP)/lib/libsp.la $(LIB_THREADS)
|
|
OBJS=GroveApp.o GroveBuilder.o SdNode.o
|
|
GENSRCS=grove_inst.cxx
|
|
|