diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-11-06 22:15:36 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-11-06 22:15:36 +0000 |
commit | 3d40713cb3f43f5a6bd87317708c170c5a6a2304 (patch) | |
tree | befadd04062b6c55cdddeaad687ecfe7a6e4e567 /Makefile.SH | |
parent | aa18c8dc25b0a85494e957118cc61cb80bb67ca8 (diff) | |
download | perl-3d40713cb3f43f5a6bd87317708c170c5a6a2304.tar.gz |
"make distclean" should remove the generated file lib/Config.pod.
p4raw-id: //depot/perl@18117
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 7416b7ee6c..0d4bb3dfa1 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -937,7 +937,7 @@ _cleaner2: rm -f so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) rm -rf $(addedbyconf) rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old - rm -f $(private) + rm -f $(private) lib/Config.pod rm -rf lib/auto rm -f lib/.exists lib/*/.exists lib/*/*/.exists rm -f h2ph.man pstruct |