diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-11-09 13:39:17 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-11-09 13:39:17 +0000 |
commit | 5303340c1eb77f5b18e12347ed4a7fa2eb6cd9f7 (patch) | |
tree | be6a2e2430c813552b7d1453cc690167c68a66b4 /Makefile.SH | |
parent | e5d73d7778736a8bd9f7f44aad5289ad2c783a16 (diff) | |
download | perl-5303340c1eb77f5b18e12347ed4a7fa2eb6cd9f7.tar.gz |
perl 3.0 patch #38 (combined patch)
Forget the description, it's too late at night...
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 3197d60c9e..700f229249 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -25,9 +25,12 @@ esac echo "Extracting Makefile (with variable substitutions)" cat >Makefile <<!GROK!THIS! -# $Header: Makefile.SH,v 3.0.1.10 90/10/20 01:59:21 lwall Locked $ +# $Header: Makefile.SH,v 3.0.1.11 90/11/10 01:25:51 lwall Locked $ # # $Log: Makefile.SH,v $ +# Revision 3.0.1.11 90/11/10 01:25:51 lwall +# patch38: new arbitrary precision libraries from Mark Biggar +# # Revision 3.0.1.10 90/10/20 01:59:21 lwall # patch37: added cryptlib support to Makefile # @@ -377,7 +380,7 @@ depend: makedepend cd x2p; $(MAKE) depend test: perl - - chmod +x t/TEST t/base.* t/comp.* t/cmd.* t/io.* t/op.*; \ + - chmod +x t/TEST t/base.* t/comp.* t/cmd.* t/io.* t/op.* t/lib.*; \ cd t && (rm -f perl; $(SLN) ../perl .) && ./perl TEST clist: |