Change 18117 by rgs@rgs-home on 2002/11/06 22:15:36

        "make distclean" should remove the generated file lib/Config.pod.

Affected files ...

.... //depot/perl/Makefile.SH#257 edit

Differences ...

==== //depot/perl/Makefile.SH#257 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH#256~17953~ Wed Oct  2 05:55:29 2002
+++ perl/Makefile.SH    Wed Nov  6 14:15:36 2002
@@ -937,7 +937,7 @@
        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
End of Patch.

Reply via email to