Skip to content

Commit e6e20e2

Browse files
committed
Don't make Makefile.aperl until static done so find *.a in blib
1 parent dd10796 commit e6e20e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ExtUtils/MM_Unix.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,10 +2473,10 @@ MAP_PERLINC = @{$perlinc || []}
24732473

24742474
unless ($self->{MAKEAPERL}) {
24752475
push @m, q{
2476-
$(MAP_TARGET) :: static $(MAKE_APERL_FILE)
2476+
$(MAP_TARGET) :: $(MAKE_APERL_FILE)
24772477
$(MAKE) $(USEMAKEFILE) $(MAKE_APERL_FILE) $@
24782478
2479-
$(MAKE_APERL_FILE) : $(FIRST_MAKEFILE) pm_to_blib
2479+
$(MAKE_APERL_FILE) : static $(FIRST_MAKEFILE) pm_to_blib
24802480
$(NOECHO) $(ECHO) Writing \"$(MAKE_APERL_FILE)\" for this $(MAP_TARGET)
24812481
$(NOECHO) $(PERLRUNINST) \
24822482
Makefile.PL DIR="}, $dir, q{" \

0 commit comments

Comments
 (0)