diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-27 15:31:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-27 15:31:28 +0000 |
commit | eedd3f9945d88d04a9b05b404d586f13ef6c2298 (patch) | |
tree | 84b38af6dc2435927f82fc003d37488b74570a0f /Makefile.SH | |
parent | 3ce3ed558a83da8e2c458cdff55957484ff161a7 (diff) | |
download | perl-eedd3f9945d88d04a9b05b404d586f13ef6c2298.tar.gz |
You don't need $(DYNALOADER) to make $(nonxs_ext)
(which makes it easier to run minitest)
p4raw-id: //depot/perl@32741
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index c21fa86c4a..85fd928034 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1031,7 +1031,7 @@ d_dummy $(dynamic_ext): miniperl$(EXE_EXT) preplibrary makeppport $(DYNALOADER) 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! |