X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.SH;h=76aa4d14d4917ae9f04b5bd9f3a9acbefce14853;hb=f4fee1ae61e02e37337727b540a7d3ca4e7b7d0e;hp=6254f220e28e3c1ab09ff3b553adc9e9219a4ebd;hpb=0f4f294e5ec7fa2d3de004ee7c15e0fdd37e7dfc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Makefile.SH b/Makefile.SH index 6254f22..76aa4d1 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -80,6 +80,9 @@ true) linklibperl="-L. -lperl" shrpldflags="$shrpldflags -Wl,--image-base,0x57000000" ;; + linux*) + shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib" + ;; aix*) shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp" case "$osvers" in @@ -896,7 +899,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)