Change 32741 by [EMAIL PROTECTED] on 2007/12/27 15:31:28

        You don't need $(DYNALOADER) to make $(nonxs_ext)
        (which makes it easier to run minitest)

Affected files ...

... //depot/perl/Makefile.SH#396 edit

Differences ...

==== //depot/perl/Makefile.SH#396 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH#395~32649~ 2007-12-19 06:13:07.000000000 -0800
+++ perl/Makefile.SH    2007-12-27 07:31:28.000000000 -0800
@@ -1031,7 +1031,7 @@
 s_dummy $(static_ext): miniperl$(EXE_EXT) preplibrary makeppport $(DYNALOADER) 
FORCE
        @$(LDLIBPTH) sh ext/util/make_ext $(STATIC) $@ MAKE=$(MAKE) 
LIBPERL_A=$(LIBPERL)
 
-n_dummy $(nonxs_ext):  miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
+n_dummy $(nonxs_ext):  miniperl$(EXE_EXT) preplibrary FORCE
        @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) 
LIBPERL_A=$(LIBPERL)
 !NO!SUBS!
 
End of Patch.

Reply via email to