X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=6069830e4976897ba31de3c51e1d695ba6db5ecf;hb=14a44e7b2f834cbd0d2ba8cc63deda55b3e5f0dd;hp=248c76f9d94fd3cca50e3c0acd1fb9dbed59a3b2;hpb=dcefaa0f0b52b7ec82ad4fd5547d320a419ca1a9;p=perl%2Fmodules%2FSub-Op.git diff --git a/Makefile.PL b/Makefile.PL index 248c76f..6069830 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -88,11 +88,11 @@ sub MY::postamble { <<' POSTAMBLE'; configure_test.pl: args.dat -t/Sub-Op-Test/Makefile: configure_test.pl +t/Sub-Op-LexicalSub/Makefile: configure_test.pl $(FULLPERLRUN) configure_test.pl -all clean:: t/Sub-Op-Test/Makefile - cd t/Sub-Op-Test && $(MAKE) $@ +all clean:: t/Sub-Op-LexicalSub/Makefile + cd t/Sub-Op-LexicalSub && $(MAKE) $@ clean:: $(RM_RF) args.dat