Skip to content

Commit

Permalink
Add the dynamic target as a dependency in processPL
Browse files Browse the repository at this point in the history
It needs the dependency to properly order the builds in a parallel
build.

Fixes #23
  • Loading branch information
jonathanstowe committed Oct 7, 2016
1 parent b1732eb commit e9c639d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ ReadKey.c: cchars.h
sub MY::processPL {
my $self = shift;
$_ = $self->MM::processPL();
s/ReadKey.pm :: ReadKey_pm.PL/ReadKey.pm :: ReadKey_pm.PL dynamic/;
s/\$\(PERLRUN\)/\$(FULLPERLRUNINST)/;
$_
}
Expand Down

0 comments on commit e9c639d

Please sign in to comment.