summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-06-27 15:00:47 +1000
committerTony Cook <tony@develop-help.com>2019-07-01 11:24:04 +1000
commitc0ad3f089909eceaf6d442a6805e5b46d1fee0e0 (patch)
treef579d936fe4902d186a355b5aa497c2da8a7bb02 /Makefile.SH
parent1a7108fea1f14e60c0d69b29980183cf21288bef (diff)
downloadperl-c0ad3f089909eceaf6d442a6805e5b46d1fee0e0.tar.gz
(perl #134218) make sure ECHO is defined
This is used in dtrace rules originally needed on FreeBSD, which appears to define ECHO to echo by default for Makefiles. But this isn't the case for Solaris-derived system makes.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index bd8ac8f2cd..63dff1db05 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -281,6 +281,7 @@ LNS = $lns
CPS = $cp
RMS = rm -f
ranlib = $ranlib
+ECHO = $echo
# The following are mentioned only to make metaconfig include the
# appropriate questions in Configure. If you want to change these,