summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 55bd80093f..0907508e2a 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -996,14 +996,6 @@ lib/buildcustomize.pl: $& $(miniperl_objs) write_buildcustomize.pl
$(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*)
case "$osvers" in
[1-6].*) ;;