summaryrefslogtreecommitdiff
path: root/ext/util/make_ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext/util/make_ext')
-rw-r--r--ext/util/make_ext5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/util/make_ext b/ext/util/make_ext
index 8c1abbbc01..bfbcc8340e 100644
--- a/ext/util/make_ext
+++ b/ext/util/make_ext
@@ -34,9 +34,9 @@ if test "X$extspec" = X; then
fi
# The Perl Makefile.SH will expand all extensions to
-# lib/auto/X/X.a (or lib/auto/X/Y/Y.a is nested)
+# lib/auto/X/X.a (or lib/auto/X/Y/Y.a if nested)
# A user wishing to run make_ext might use
-# X (or X/Y or X::Y is nested)
+# X (or X/Y or X::Y if nested)
# canonise into X/Y form (pname)
case "$extspec" in
@@ -50,7 +50,6 @@ esac
mname=`echo "$pname" | sed -e 's!/!::!g'`
depth=`echo "$pname" | sed -e 's![^/][^/]*!..!g'`
-make=${altmake-make}
makefile=Makefile
makeargs=''
makeopts=''