diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-12-21 13:01:37 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-12-21 13:01:37 +0100 |
commit | 91f55cc7bd29f32aa63974b65eae15a4512dfd22 (patch) | |
tree | c3938bdf7139acbaea694c10d322ad056e84663a /Makefile.SH | |
parent | f0c420d979c4f7f0972405e34649cafe8d3e52e5 (diff) | |
download | perl-91f55cc7bd29f32aa63974b65eae15a4512dfd22.tar.gz |
Restore a reference to $perlpath. Installation needs it
cbeaa1895 removed the reference to $perlpath
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 414b9717fc..6212c0dd13 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -34,6 +34,9 @@ esac # Mentioned for the same reason for future reference # #23434 $d_strlcat $d_strlcpy +# H.Merijn Brand [21 Dec 2010] +# cbeaa1895 removed the reference to $perlpath + : This forces SH files to create target in same directory as SH file. : This is so that make depend always knows where to find SH derivatives. case "$0" in |