From: Jerry D. Hedden Date: Wed, 28 Feb 2007 10:59:49 +0000 (-0800) Subject: Re: Revisits in 'make install' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3eb2897c31c8220a4c55ebc193284135687568c9;p=p5sagit%2Fp5-mst-13.2.git Re: Revisits in 'make install' From: "Jerry D. Hedden" Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com> p4raw-id: //depot/perl@30434 --- diff --git a/Makefile.SH b/Makefile.SH index 6254f22..3ad0d4c 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -896,7 +896,7 @@ INSTALL_DEPENDENCE = all install.perl: $(INSTALL_DEPENDENCE) installperl $(LDLIBPTH) ./perl installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS) - $(MAKE) extras.install + -@test ! -s extras.lst || $(MAKE) extras.install install.man: all installman $(LDLIBPTH) ./perl installman --destdir=$(DESTDIR) $(INSTALLFLAGS)