First half of NetBSD patch-ai, from Johnny Lam:
Jarkko Hietaniemi [Sat, 27 Apr 2002 16:23:44 +0000 (16:23 +0000)]
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

Makefile.SH

index 2759114..f47810c 100644 (file)
@@ -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