Change 16219 by jhi@alpha on 2002/04/27 16:23:44

        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)

Affected files ...

.... //depot/perl/Makefile.SH#244 edit

Differences ...

==== //depot/perl/Makefile.SH#244 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH.~1~        Sat Apr 27 10:30:05 2002
+++ perl/Makefile.SH    Sat Apr 27 10:30:05 2002
@@ -701,7 +701,7 @@
        -@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
End of Patch.

Reply via email to