summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/libperl
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-06-29 18:21:51 +0000
committermarkm <markm@FreeBSD.org>2000-06-29 18:21:51 +0000
commit3d5033b596bc4aae3f44baa594a35ef4d94e35a2 (patch)
tree527de92133519c149fbe9fa653d670b66ac661d0 /gnu/usr.bin/perl/libperl
parent0e6c8a1f1b5b88304acc6fb5ca49cd82b9372dbb (diff)
downloadFreeBSD-src-3d5033b596bc4aae3f44baa594a35ef4d94e35a2.zip
FreeBSD-src-3d5033b596bc4aae3f44baa594a35ef4d94e35a2.tar.gz
Tweaks to the build to allow "make -DNOCLEAN" and "make release" to
work.
Diffstat (limited to 'gnu/usr.bin/perl/libperl')
-rw-r--r--gnu/usr.bin/perl/libperl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/libperl/Makefile b/gnu/usr.bin/perl/libperl/Makefile
index 5985dac..824ce61 100644
--- a/gnu/usr.bin/perl/libperl/Makefile
+++ b/gnu/usr.bin/perl/libperl/Makefile
@@ -19,7 +19,8 @@ NO_PERL_SCRIPT_MAKE= true
.include <bsd.lib.mk>
-build-tools: lib${LIB}.a
+build-tools: cleandepend
+ cd ${.CURDIR} && ${MAKE} lib${LIB}.a
config.h: links
@sh config_h.sh
OpenPOWER on IntegriCloud