summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-14 18:53:32 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-14 18:53:32 +0000
commit9f937944c5272f2c948edeff3fe3a479bb7466a5 (patch)
tree03e0d6a1cd791edd7502a1f2705559e7b3a2178e /Makefile.SH
parent89b2b9f7f6c8f99f7999c5b3fe437be2abac4340 (diff)
downloadperl-9f937944c5272f2c948edeff3fe3a479bb7466a5.tar.gz
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.)
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 799ccfbe12..97ffe67379 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.