summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-15 21:26:59 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-20 21:50:45 +0200
commit6105164f37e277ea0eb5dec4a432b86b49489be1 (patch)
treef9e62de7cc6fe947130df859dd1f5c676f045a2c /Makefile.SH
parent655e5c9e391de4eef96d3ad88908a53cddbf53e3 (diff)
downloadperl-6105164f37e277ea0eb5dec4a432b86b49489be1.tar.gz
Add x2p/Makefile.SH to the *.SH files processed by the top level Makefile.
This makes the top level Makefile responsible for deleting x2p/Makefile. With this, we can eliminate the 'sh' and 'shextract' from x2p's Makefile.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 820134f9c3..1ea97fcca1 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -447,7 +447,7 @@ SH_to_target() {
echo $@ | sed -e s/\\\.SH//g -e s/_/./g
}
-SH='Makefile.SH cflags.SH config_h.SH makedepend.SH myconfig.SH runtests.SH pod/Makefile.SH'
+SH='Makefile.SH cflags.SH config_h.SH makedepend.SH myconfig.SH runtests.SH pod/Makefile.SH x2p/Makefile.SH'
shextract=`SH_to_target $SH`
## In the following dollars and backticks do not need the extra backslash.