2014-07-05 02:25:36 +08:00
|
|
|
--- a/Makefile.SH
|
|
|
|
+++ b/Makefile.SH
|
2023-11-21 14:13:35 +08:00
|
|
|
@@ -360,22 +360,11 @@ PERL_EXE_LDFLAGS=$exeldflags
|
|
|
|
;;
|
|
|
|
esac
|
2014-07-05 02:25:36 +08:00
|
|
|
|
|
|
|
-case "$usecrosscompile$perl" in
|
|
|
|
-define?*)
|
|
|
|
- $spitshell >>$Makefile <<!GROK!THIS!
|
|
|
|
-# Macros to invoke a copy of our fully operational perl during the build.
|
|
|
|
-PERL_EXE = perl\$(EXE_EXT)
|
|
|
|
-RUN_PERL = \$(LDLIBPTH) \$(RUN) $perl\$(EXE_EXT)
|
|
|
|
-!GROK!THIS!
|
|
|
|
- ;;
|
|
|
|
-*)
|
|
|
|
- $spitshell >>$Makefile <<!GROK!THIS!
|
|
|
|
+$spitshell >>$Makefile <<!GROK!THIS!
|
|
|
|
# Macros to invoke a copy of our fully operational perl during the build.
|
|
|
|
PERL_EXE = perl\$(EXE_EXT)
|
2017-09-25 07:39:27 +08:00
|
|
|
-RUN_PERL = \$(LDLIBPTH) \$(RUN) ./perl\$(EXE_EXT) -Ilib -I.
|
|
|
|
+RUN_PERL = \$(LDLIBPTH) \$(RUN) ./miniperl\$(EXE_EXT) -Ilib -I.
|
2014-07-05 02:25:36 +08:00
|
|
|
!GROK!THIS!
|
|
|
|
- ;;
|
|
|
|
-esac
|
|
|
|
|
|
|
|
$spitshell >>$Makefile <<!GROK!THIS!
|
|
|
|
# Macros to run our tests
|