Remove a now un-needed goto from Perl_peep().
[p5sagit/p5-mst-13.2.git] / Makefile.SH
index 191ae29..76aa4d1 100644 (file)
@@ -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)
@@ -1094,7 +1097,7 @@ _cleaner2:
        rm -f h2ph.man pstruct
        rm -rf .config
        rm -f preload
-       rm -rf lib/Encode lib/Compress lib/Hash
+       rm -rf lib/Encode lib/Compress lib/Hash lib/re
        rm -rf lib/IO/Compress lib/IO/Uncompress
        rm -f lib/ExtUtils/ParseXS/t/XSTest.c
        rm -f lib/ExtUtils/ParseXS/t/XSTest$(OBJ_EXT)