diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-27 16:23:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-27 16:23:44 +0000 |
commit | 5e2f386fc38c94eafc4221e60a528640a97c2adf (patch) | |
tree | 44d2771ac1e9d3c60ca8bf2212674f48365ffb5b /Makefile.SH | |
parent | 67215f40189779fd2935e07ea090a18a3ad9404c (diff) | |
download | perl-5e2f386fc38c94eafc4221e60a528640a97c2adf.tar.gz |
First half of NetBSD patch-ai, from Johnny Lam:
The first part removes "installman" and "installhtml" from the
.PHONY target, which was causing problems during installation.
(the installman and installhtml are not phony targets,
they are real files)
p4raw-id: //depot/perl@16219
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 2759114ddb..f47810c208 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -701,7 +701,7 @@ extras.install: perl$(EXE_EXT) -@test -s extras.lst && $(LDLIBPTH) PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib ./perl -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst` .PHONY: install install-strip install-all install-verbose install-silent \ - no-install install.perl install.man installman install.html installhtml + no-install install.perl install.man install.html install-strip: $(MAKE) STRIPFLAGS=-s install |