Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
Andreas König [Tue, 15 Sep 1998 01:32:31 +0000 (03:32 +0200)]
Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>

p4raw-id: //depot/perl@1850

lib/ExtUtils/MM_Unix.pm

index e979f7a..3a44317 100644 (file)
@@ -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 ::