From bdca82d4e3d65f19b85c4462ec6ecc013875de7d Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sat, 29 Jan 2000 14:18:02 +0000 Subject: Fix for (amongst other things) the cross-compile case where a too-old version of libperl was being found. Tested on: beast --- gnu/usr.bin/perl/miniperl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/perl/miniperl/Makefile b/gnu/usr.bin/perl/miniperl/Makefile index 293f1a4e9934..e8c6214d23fe 100644 --- a/gnu/usr.bin/perl/miniperl/Makefile +++ b/gnu/usr.bin/perl/miniperl/Makefile @@ -9,7 +9,7 @@ SRCS= miniperlmain.c config.h # Miniperl _must_ be static!! NOSHARED= yes DPADD= ${LIBPERL} ${LIBM} ${LIBCRYPT} -LDADD= -lperl -lm -lcrypt +LDADD= -L${.OBJDIR}/../libperl -lperl -lm -lcrypt # Trick the bootstrap tools into thinking that miniperl is perl. # This gets overwritten. -- cgit v1.3