We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd10796 commit e6e20e2Copy full SHA for e6e20e2
lib/ExtUtils/MM_Unix.pm
@@ -2473,10 +2473,10 @@ MAP_PERLINC = @{$perlinc || []}
2473
2474
unless ($self->{MAKEAPERL}) {
2475
push @m, q{
2476
-$(MAP_TARGET) :: static $(MAKE_APERL_FILE)
+$(MAP_TARGET) :: $(MAKE_APERL_FILE)
2477
$(MAKE) $(USEMAKEFILE) $(MAKE_APERL_FILE) $@
2478
2479
-$(MAKE_APERL_FILE) : $(FIRST_MAKEFILE) pm_to_blib
+$(MAKE_APERL_FILE) : static $(FIRST_MAKEFILE) pm_to_blib
2480
$(NOECHO) $(ECHO) Writing \"$(MAKE_APERL_FILE)\" for this $(MAP_TARGET)
2481
$(NOECHO) $(PERLRUNINST) \
2482
Makefile.PL DIR="}, $dir, q{" \
0 commit comments