summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2007-02-28 02:59:49 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-01 10:21:58 +0000
commit3eb2897c31c8220a4c55ebc193284135687568c9 (patch)
tree5d5459504e7b22f4e5dbca3620a3e8c03c7e0036 /Makefile.SH
parentd83b45b8c7dee4b7dac02b1eec4a66c2e793cd90 (diff)
downloadperl-3eb2897c31c8220a4c55ebc193284135687568c9.tar.gz
Re: Revisits in 'make install'
From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com> p4raw-id: //depot/perl@30434
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 6254f220e2..3ad0d4c732 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)