From: Jarkko Hietaniemi Date: Sat, 27 Apr 2002 16:23:44 +0000 (+0000) Subject: First half of NetBSD patch-ai, from Johnny Lam: X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e2f386fc38c94eafc4221e60a528640a97c2adf;hp=67215f40189779fd2935e07ea090a18a3ad9404c;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/Makefile.SH b/Makefile.SH index 2759114..f47810c 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