diff options
author | markm <markm@FreeBSD.org> | 2000-06-29 18:21:51 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-06-29 18:21:51 +0000 |
commit | 3d5033b596bc4aae3f44baa594a35ef4d94e35a2 (patch) | |
tree | 527de92133519c149fbe9fa653d670b66ac661d0 /gnu/usr.bin/perl/libperl | |
parent | 0e6c8a1f1b5b88304acc6fb5ca49cd82b9372dbb (diff) | |
download | FreeBSD-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/Makefile | 3 |
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 |