From 3d5033b596bc4aae3f44baa594a35ef4d94e35a2 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 29 Jun 2000 18:21:51 +0000 Subject: Tweaks to the build to allow "make -DNOCLEAN" and "make release" to work. --- gnu/usr.bin/perl/libperl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin/perl/libperl') 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 -build-tools: lib${LIB}.a +build-tools: cleandepend + cd ${.CURDIR} && ${MAKE} lib${LIB}.a config.h: links @sh config_h.sh -- cgit v1.1