In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/9f937944c5272f2c948edeff3fe3a479bb7466a5?hp=89b2b9f7f6c8f99f7999c5b3fe437be2abac4340>
- Log ----------------------------------------------------------------- commit 9f937944c5272f2c948edeff3fe3a479bb7466a5 Author: Nicholas Clark <n...@ccl4.org> Date: Sat Feb 14 18:53:32 2009 +0000 Add git_version.h to private so that make distclean deletes it. (It was already in a different target that caused make clean to delete it.) ----------------------------------------------------------------------- Summary of changes: Makefile.SH | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.SH b/Makefile.SH index 799ccfb..97ffe67 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -400,7 +400,7 @@ esac ## In the following dollars and backticks do not need the extra backslash. $spitshell >>$Makefile <<'!NO!SUBS!' -private = preplibrary $(CONFIGPM) $(CONFIGPOD) lib/ExtUtils/Miniperl.pm +private = preplibrary $(CONFIGPM) $(CONFIGPOD) lib/ExtUtils/Miniperl.pm git_version.h # Files to be built with variable substitution before miniperl # is available. -- Perl5 Master Repository