This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid an unused temp scalar in sv.c:S_sv_unglob
[perl5.git] / Makefile.SH
index 37acd12..7b050fa 100755 (executable)
@@ -724,7 +724,7 @@ PERLEXPORT          = perl.exp
        esac
        $spitshell >>$Makefile <<'!NO!SUBS!'
 perl.exp: $(MINIPERLEXP) makedef.pl $(CONFIGPM) $(SYM) $(SYMH)
-       ./$(MINIPERLEXP) makedef.pl PLATFORM=aix CC_FLAGS="$(OPTIMIZE)" | sort -u | sort -f > perl.exp
+       ./$(MINIPERLEXP) makedef.pl --sort-fold PLATFORM=aix CC_FLAGS="$(OPTIMIZE)" > perl.exp
 
 !NO!SUBS!
        ;;