diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-24 00:54:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-24 00:54:04 +0000 |
commit | adbebc0b48cadbf7319b9fc2090fadc929baf733 (patch) | |
tree | 4c323d6825116e64c747749b5d579d0288900cac /Makefile.SH | |
parent | d235852b65d51c442c4a84cfa07cd04d89233033 (diff) | |
download | perl-adbebc0b48cadbf7319b9fc2090fadc929baf733.tar.gz |
Add make target "install-all" which is alias for "install"
to cater for case-preserving filesystems like HFS+.
p4raw-id: //depot/perl@9806
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 7d4b87c694..ed1dc69bf5 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -606,7 +606,7 @@ extra.pods: miniperl install-strip: $(MAKE) STRIPFLAGS=-s install -install: +install install-all: $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) install-verbose: |