From: Jarkko Hietaniemi Date: Sat, 7 Jul 2001 22:52:38 +0000 (+0000) Subject: The #11200 removed wrong (non-existent) target. Duh. X-Git-Tag: accepted/trunk/20130322.191538~30998 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1475152f1741f07dd9b54406ebac0872695b59b7;p=platform%2Fupstream%2Fperl.git The #11200 removed wrong (non-existent) target. Duh. p4raw-id: //depot/perl@11201 --- diff --git a/Makefile.SH b/Makefile.SH index 228754d..80bcc34 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -811,12 +811,12 @@ $(DYNALOADER): miniperl preplibrary FORCE @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL) d_dummy $(dynamic_ext): miniperl preplibrary $(DYNALOADER) FORCE - @-rm -f $@ + @-rm -f lib/re.pm @cat ext/re/re.pm > lib/re.pm @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL) s_dummy $(static_ext): miniperl preplibrary $(DYNALOADER) FORCE - @-rm -f $@ + @-rm -f lib/re.pm @cat ext/re/re.pm > lib/re.pm @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)