b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/Makefile.SH |
| 2 | +++ b/Makefile.SH |
| 3 | @@ -339,22 +339,11 @@ MANIFEST_SRT = MANIFEST.srt |
| 4 | |
| 5 | !GROK!THIS! |
| 6 | |
| 7 | -case "$usecrosscompile$perl" in |
| 8 | -define?*) |
| 9 | - $spitshell >>$Makefile <<!GROK!THIS! |
| 10 | -# Macros to invoke a copy of our fully operational perl during the build. |
| 11 | -PERL_EXE = perl\$(EXE_EXT) |
| 12 | -RUN_PERL = \$(LDLIBPTH) \$(RUN) $perl\$(EXE_EXT) |
| 13 | -!GROK!THIS! |
| 14 | - ;; |
| 15 | -*) |
| 16 | - $spitshell >>$Makefile <<!GROK!THIS! |
| 17 | +$spitshell >>$Makefile <<!GROK!THIS! |
| 18 | # Macros to invoke a copy of our fully operational perl during the build. |
| 19 | PERL_EXE = perl\$(EXE_EXT) |
| 20 | -RUN_PERL = \$(LDLIBPTH) \$(RUN) ./perl\$(EXE_EXT) -Ilib -I. |
| 21 | +RUN_PERL = \$(LDLIBPTH) \$(RUN) ./miniperl\$(EXE_EXT) -Ilib -I. |
| 22 | !GROK!THIS! |
| 23 | - ;; |
| 24 | -esac |
| 25 | |
| 26 | $spitshell >>$Makefile <<!GROK!THIS! |
| 27 | # Macros to run our tests |