Fix for (amongst other things) the cross-compile case where a too-old

version of libperl was being found.

Tested on:	beast
This commit is contained in:
Mark Murray 2000-01-29 14:18:02 +00:00
parent eff43d0e8a
commit bdca82d4e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56820

View file

@ -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.