aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-01-29 14:18:02 +0000
committerMark Murray <markm@FreeBSD.org>2000-01-29 14:18:02 +0000
commitbdca82d4e3d65f19b85c4462ec6ecc013875de7d (patch)
tree2c81378fbe188f4e584405bbfc7f20702d89b309 /gnu
parenteff43d0e8a1d27453d503e774c6edd82e3367763 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/miniperl/Makefile2
1 files changed, 1 insertions, 1 deletions
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.