diff options
author | Norton T. Allen <allen@huarp.harvard.edu> | 1998-07-17 08:37:27 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-19 07:00:19 +0000 |
commit | 83673e1fb880f2e546063a9710b0d81cf62abf33 (patch) | |
tree | e2bc558c9346ceed0949dffe84cd37f49fad63e0 | |
parent | 2beec16e955b826c44eaea93f62e1ff554d4c42a (diff) | |
download | perl-83673e1fb880f2e546063a9710b0d81cf62abf33.tar.gz |
make install fails
Message-Id: <199807171637.MAA24830@bottesini.harvard.edu>
p4raw-id: //depot/perl@1561
-rw-r--r-- | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 851b788ead..050e471e7d 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -401,6 +401,7 @@ install.perl: all installperl cd utils; $(MAKE) compile; \ cd ../x2p; $(MAKE) compile; \ cd ../pod; $(MAKE) compile; \ + else :; \ fi $(LDLIBPTH) ./perl installperl |