From: Nicholas Clark Date: Sat, 14 Feb 2009 18:53:32 +0000 (+0000) Subject: Add git_version.h to private so that make distclean deletes it. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f937944c5272f2c948edeff3fe3a479bb7466a5;p=p5sagit%2Fp5-mst-13.2.git 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.) --- 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.