X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=Makefile.PL;h=6069830e4976897ba31de3c51e1d695ba6db5ecf;hp=248c76f9d94fd3cca50e3c0acd1fb9dbed59a3b2;hb=14a44e7b2f834cbd0d2ba8cc63deda55b3e5f0dd;hpb=a2cacd5001fc982edeb39a4262079c6661ceb2f4 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