Skip to content

Commit 60bd37c

Browse files
committed
Make WriteEmptyMakefile Makefile functional when called in subdir
1 parent eac8a43 commit 60bd37c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/ExtUtils/MakeMaker.pm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,12 @@ sub WriteEmptyMakefile {
832832
print $mfh <<'EOP';
833833
all :
834834
835+
pure_nolink :
836+
837+
dynamic :
838+
839+
static :
840+
835841
clean :
836842
837843
install :

0 commit comments

Comments
 (0)