From 847816e65cee9ad88b65ceffcaa5fbb2f298798e Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 30 Sep 2021 06:24:13 +0000 Subject: The AIX specific Makefile rules to build miniperl are no longer needed The AIX specific Makefile rules to build miniperl are effectively identical to the default rules for *nix platforms (and have been for some time). Hence remove the special case logic - the defaults work just fine. --- Makefile.SH | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile.SH') diff --git a/Makefile.SH b/Makefile.SH index 55bd80093f..0907508e2a 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -994,14 +994,6 @@ lib/buildcustomize.pl: $& $(miniperl_objs) write_buildcustomize.pl $(miniperl_objs) $(libs) # $(LDLIBPTH) ./miniperl$(HOST_EXE_EXT) -w -Ilib -Idist/Exporter/lib -MExporter -e '' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1' $(MINIPERL) -f write_buildcustomize.pl -!NO!SUBS! - ;; - aix*) - $spitshell >>$Makefile <<'!NO!SUBS!' -lib/buildcustomize.pl: $& $(miniperl_objs) - $(CC) -o $(MINIPERL_EXE) $(CLDFLAGS) $(miniperl_objs) $(libs) - $(LDLIBPTH) ./miniperl$(HOST_EXE_EXT) -w -Ilib -Idist/Exporter/lib -MExporter -e '' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1' - $(MINIPERL) -f write_buildcustomize.pl !NO!SUBS! ;; darwin*) -- cgit v1.2.1