diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-31 21:52:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-31 21:52:41 +0000 |
commit | 40d5620ea652246db588da0343c2cd0b757737fc (patch) | |
tree | 0175cd52b2d18f1e6e441cfd66e00746bcdbb7ce | |
parent | 80b498e0aacf413fb7460d6882a74c68c1f9df48 (diff) | |
download | perl-40d5620ea652246db588da0343c2cd0b757737fc.tar.gz |
Be cleaner.
p4raw-id: //depot/cfgperl@6178
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 285269de44..ab4fcc57ce 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -224,7 +224,7 @@ private = preplibrary lib/ExtUtils/Miniperl.pm lib/Config.pm sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \ makedir.SH myconfig.SH writemain.SH -shextract = Makefile cflags config.h makeaperl makedepend \ +shextract = Makefile cflags config.h uconfig.h makeaperl makedepend \ makedir myconfig writemain # Files to be built with variable substitution after miniperl is @@ -696,7 +696,7 @@ _cleaner: -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \ $(LDLIBPTH) sh ext/util/make_ext realclean $$x MAKE=$(MAKE) ; \ done - rm -f *.orig */*.orig *~ */*~ core core.*perl.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/tmp* t/c t/perl .?*.c so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) + rm -f *.orig */*.orig *~ */*~ core core.*perl.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/forktmp* t/tmp* t/c t/perl .?*.c so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) rm -rf $(addedbyconf) rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old rm -f $(private) |