From: Andreas König Date: Tue, 15 Sep 1998 01:32:31 +0000 (+0200) Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=85fe4bb3cd62e7d3362c56b2eb9543ddb17e9a79;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] MakeMaker "test" target doesn't depend on "all" Message-ID: p4raw-id: //depot/perl@1850 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index e979f7a..3a44317 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -2018,7 +2018,7 @@ uninstall_from_sitedirs :: =item installbin (o) -Defines targets to install EXE_FILES. +Defines targets to make and to install EXE_FILES. =cut @@ -2045,7 +2045,7 @@ EXE_FILES = @{$self->{EXE_FILES}} } : q{FIXIN = $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::MakeMaker \ -e "MY->fixin(shift)" }).qq{ -all :: @to +pure_all :: @to $self->{NOECHO}\$(NOOP) realclean ::