The logic to set $makefile to 'Makefile.old' can't work, so remove it.
authorNicholas Clark <nick@ccl4.org>
Fri, 30 Jan 2009 23:12:24 +0000 (23:12 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 30 Jan 2009 23:12:24 +0000 (23:12 +0000)
commitd793a8a7f7f2bd8f80c6af1cbf5a405a3d09d08a
treebeddea1b5b3b2bca95dd0f389283111fecfa8895
parent9822e6e0ce235da7838e955762323f2bb3477e07
The logic to set $makefile to 'Makefile.old' can't work, so remove it.
(Makefile.old is created by running make clean in an extension, and make clean
at the top level removes ./miniperl, so there won't be a miniperl to run
make_ext.pl. The Makefile.old logic was valid for the shell script version.
Remove $makeopts, which was missed from the make command in the transcription
from shell to Perl.
make_ext.pl