mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2003/12/27 22:37:44 salo Exp $
|
|
|
|
--- modules/Makefile.in.orig 2003-12-25 19:19:34.000000000 +0100
|
|
+++ modules/Makefile.in 2003-12-27 17:13:55.000000000 +0100
|
|
@@ -107,7 +107,7 @@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBS = @LIBS@
|
|
-LIBTOOL = @LIBTOOL@
|
|
+LIBTOOL = $(srcdir)/libtool
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
LT_AGE = @LT_AGE@
|