diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 10:26:59 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 10:26:59 +0000 |
commit | 181ea953f5037d8eebef8af5f5ba67f9ff02a565 (patch) | |
tree | 5d7303f203cb37b400c785691010c63eeca0b2ba /Makefile.SH | |
parent | be94a90153eca0a67ea73e2ec074645fb9e0b70d (diff) | |
download | perl-181ea953f5037d8eebef8af5f5ba67f9ff02a565.tar.gz |
allow /0|NaN/ on some bigfloatpm.t tests for portability; other
misc fixes
p4raw-id: //depot/perl@2942
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 42377d3b3a..617f80356f 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -548,7 +548,7 @@ _cleaner: rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old rm -f $(private) rm -rf lib/auto - rm -f lib/.exists + rm -f lib/.exists lib/*/.exists rm -f h2ph.man pstruct rm -rf .config rm -f testcompile compilelog |