diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-01 23:34:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-01 23:34:40 +0000 |
commit | c15e4c287f38b5a2d53095f441d6ef22247e840b (patch) | |
tree | e82504e1ade3c3bb29057474fa9a3fcb8a0ba2f3 /Makefile.SH | |
parent | 9f207e4f5eb29b2c330066aac073e3cefb2fb518 (diff) | |
download | perl-c15e4c287f38b5a2d53095f441d6ef22247e840b.tar.gz |
Removing so_locations once is enough.
p4raw-id: //depot/cfgperl@3866
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 cd7cd60f06..6c6fcc42f7 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -621,7 +621,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.*.? core.miniperl.*.? perl.core miniperl.core t/core t/core.perl.*.? t/perl.core t/tmp???? t/c t/perl so_locations t/nonexistent1 so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) + rm -f *.orig */*.orig *~ */*~ core core.perl.*.? core.miniperl.*.? perl.core miniperl.core t/core t/core.perl.*.? t/perl.core t/tmp???? t/c t/perl so_locations t/nonexistent1 $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) rm -rf $(addedbyconf) rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old rm -f $(private) |