diff options
author | Simon Cozens <simon@netthink.co.uk> | 2000-08-03 04:17:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-03 13:07:05 +0000 |
commit | 2d5edfba2e5afdc7e2dfa98fcaee5a769f693186 (patch) | |
tree | 354f9c2625c878a1c5a0ec057df58f8916d36396 /Makefile.SH | |
parent | 118f79eccf2d72202a99e63d7107b8c284d785ba (diff) | |
download | perl-2d5edfba2e5afdc7e2dfa98fcaee5a769f693186.tar.gz |
Circumvent the removal of .patch by fix_pl.
Subject: Re: [ID 20000802.011] unable to 'make test'
Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
p4raw-id: //depot/perl@6503
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 22f8071f0d..0d966ec4cf 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -328,6 +328,7 @@ ext.libs: $(static_ext) if test -f .patch ; then $spitshell >>Makefile <<'!NO!SUBS!' patchlevel.h: .patch perl fix_pl || (make -f Makefile.micro && ./microperl fix_pl) + $(SHELL) Makefile.SH !NO!SUBS! |