X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/d708ee4b2cf817d9803f6f18f87d6ce91ca74ff4..29480ba4593936d0f031734a331461556bfa1d95:/utils/Makefile.PL diff --git a/utils/Makefile.PL b/utils/Makefile.PL index 8e461d4..f9f80ed 100644 --- a/utils/Makefile.PL +++ b/utils/Makefile.PL @@ -13,7 +13,7 @@ if (@ARGV) { # attempting to move the work from them to the extension directories and # ExtUtils::MakeMaker. -require 'regen/regen_lib.pl'; +require './regen/regen_lib.pl'; my $target = 'utils/Makefile'; print "Extracting $target (with variable substitutions)\n"; @@ -35,21 +35,17 @@ print $fh <<'EOT'; # Files to be built with variable substitution after miniperl is # available. Dependencies handled manually below (for now). -pl = c2ph.PL config_data.PL corelist.PL cpan.PL h2ph.PL h2xs.PL instmodsh.PL json_pp.PL perlbug.PL perldoc.PL perlivp.PL pl2pm.PL prove.PL ptar.PL ptardiff.PL ptargrep.PL shasum.PL splain.PL libnetcfg.PL piconv.PL enc2xs.PL xsubpp.PL pod2html.PL zipdetails.PL -plextract = c2ph config_data corelist cpan h2ph h2xs instmodsh json_pp perlbug perldoc perlivp pl2pm prove ptar ptardiff ptargrep shasum splain libnetcfg piconv enc2xs xsubpp pod2html zipdetails -plextractexe = ./c2ph ./config_data ./corelist ./cpan ./h2ph ./h2xs ./json_pp ./instmodsh ./perlbug ./perldoc ./perlivp ./pl2pm ./prove ./ptar ./ptardiff ./ptargrep ./shasum ./splain ./libnetcfg ./piconv ./enc2xs ./xsubpp ./pod2html ./zipdetails +pl = corelist.PL cpan.PL h2ph.PL h2xs.PL instmodsh.PL json_pp.PL perlbug.PL perldoc.PL perlivp.PL pl2pm.PL prove.PL ptar.PL ptardiff.PL ptargrep.PL shasum.PL splain.PL libnetcfg.PL piconv.PL enc2xs.PL encguess.PL xsubpp.PL pod2html.PL zipdetails.PL +plextract = corelist cpan h2ph h2xs instmodsh json_pp perlbug perldoc perlivp pl2pm prove ptar ptardiff ptargrep shasum splain libnetcfg piconv enc2xs encguess xsubpp pod2html zipdetails +plextractexe = ./corelist ./cpan ./h2ph ./h2xs ./json_pp ./instmodsh ./perlbug ./perldoc ./perlivp ./pl2pm ./prove ./ptar ./ptardiff ./ptargrep ./shasum ./splain ./libnetcfg ./piconv ./enc2xs ./encguess ./xsubpp ./pod2html ./zipdetails all: $(plextract) $(plextract): $(RUN) $(PERL) -I../lib $@.PL -c2ph: c2ph.PL ../config.sh - cpan: cpan.PL ../config.sh -config_data: config_data.PL ../config.sh - corelist: corelist.PL ../config.sh h2ph: h2ph.PL ../config.sh @@ -86,6 +82,8 @@ piconv: piconv.PL ../config.sh enc2xs: enc2xs.PL ../config.sh +enc2xs: encguess.PL ../config.sh + xsubpp: xsubpp.PL ../config.sh zipdetails: zipdetails.PL ../config.sh @@ -95,7 +93,7 @@ pod2html: pod2html.PL ../config.sh ../ext/Pod-Html/bin/pod2html clean: realclean: - rm -rf $(plextract) pstruct $(plextractexe) + rm -rf $(plextract) $(plextractexe) rm -f ../t/_h2ph_pre.ph clobber: realclean