diff options
author | Tom Hughes <tom@compton.nu> | 1999-05-27 00:59:49 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-28 17:13:23 +0000 |
commit | fae23481e496a64db421960ccaacae746c232caa (patch) | |
tree | 08109c36ed32868be933b6115d3e25e6c37ac6a9 /utils | |
parent | 5a19d8e6be28d8101d2de50db43a0fd23e0ec25d (diff) | |
download | perl-fae23481e496a64db421960ccaacae746c232caa.tar.gz |
ByteLoader mark 2
To: perl5-porters@perl.org
Message-ID: <bf337a0849.tom@compton.compton.nu>
plus resolve tiny conflict with #3479
plus regen_headers.
p4raw-id: //depot/cfgperl@3499
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/utils/Makefile b/utils/Makefile index b650bbdca1..5f424e308f 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -5,9 +5,9 @@ REALPERL = ../perl # Files to be built with variable substitution after miniperl is # available. Dependencies handled manually below (for now). -pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL pl2pm.PL splain.PL perlcc.PL perlbc.PL -plextract = c2ph h2ph h2xs perlbug perldoc pl2pm splain perlcc perlbc -plextractexe = c2ph.exe h2ph.exe h2xs.exe perlbug.exe perldoc.exe pl2pm.exe splain.exe perlcc.exe perlbc.exe +pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL pl2pm.PL splain.PL perlcc.PL +plextract = c2ph h2ph h2xs perlbug perldoc pl2pm splain perlcc +plextractexe = c2ph.exe h2ph.exe h2xs.exe perlbug.exe perldoc.exe pl2pm.exe splain.exe perlcc.exe all: $(plextract) @@ -33,8 +33,6 @@ splain: splain.PL ../config.sh ../lib/diagnostics.pm perlcc: perlcc.PL ../config.sh -perlbc: perlbc.PL ../config.sh - clean: realclean: |