summaryrefslogtreecommitdiff
path: root/ext/util
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-06-21 01:45:33 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-06-21 01:45:33 +0000
commit2698564b9977ec10db2f3239f57f2d2571fdab42 (patch)
tree73671609daa63677a0a47c4166216bbbd7a133bb /ext/util
parent6c1103f5d0545a19344b937f72435f67ead309c2 (diff)
downloadperl-2698564b9977ec10db2f3239f57f2d2571fdab42.tar.gz
perl 5.003_03: ext/util/make_ext
Typo change. Get rid of unused altmake.
Diffstat (limited to 'ext/util')
-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=''