diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-24 13:27:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-24 13:27:50 +0000 |
commit | cdf0af66ed02028a5c0b55d38b6fda6c0c3683ee (patch) | |
tree | 92fc6237b041776cc9683ff0cbd92b08c1d796a0 /utils/Makefile | |
parent | f0ffaed856a9300733f7d8fd70fef3f296c8d4c9 (diff) | |
download | perl-cdf0af66ed02028a5c0b55d38b6fda6c0c3683ee.tar.gz |
Drop the separate perlbc, perlcc -b should be enough.
p4raw-id: //depot/perl@6793
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile index fc248d0d3b..95d286efb8 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 dprofpp.PL -plextract = c2ph h2ph h2xs perlbug perldoc pl2pm splain perlcc perlbc dprofpp -plextractexe = c2ph.exe h2ph.exe h2xs.exe perlbug.exe perldoc.exe pl2pm.exe splain.exe perlcc.exe perlbc.exe dprofpp.exe +pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL pl2pm.PL splain.PL perlcc.PL dprofpp.PL +plextract = c2ph h2ph h2xs perlbug perldoc pl2pm splain perlcc dprofpp +plextractexe = c2ph.exe h2ph.exe h2xs.exe perlbug.exe perldoc.exe pl2pm.exe splain.exe perlcc.exe dprofpp.exe all: $(plextract) |