diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-01-29 14:18:02 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-01-29 14:18:02 +0000 |
| commit | bdca82d4e3d65f19b85c4462ec6ecc013875de7d (patch) | |
| tree | 2c81378fbe188f4e584405bbfc7f20702d89b309 /gnu | |
| parent | eff43d0e8a1d27453d503e774c6edd82e3367763 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/perl/miniperl/Makefile | 2 |
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. |
