13dc61fc59
test if it actually works... I'll leave that to the maintainers.
10 lines
261 B
Text
10 lines
261 B
Text
$NetBSD: patch-ap,v 1.2 2002/01/23 16:52:10 skrll Exp $
|
|
|
|
--- lib/loader/Makefile.am.orig Fri Jan 26 16:06:42 2001
|
|
+++ lib/loader/Makefile.am
|
|
@@ -9,4 +9,4 @@
|
|
LIBS=
|
|
|
|
stubs.lo: stubs.s
|
|
- $(CC) -c ./stubs.s -o stubs.lo
|
|
+ $(LIBTOOL) $(CC) -c ./stubs.s -o stubs.o
|