From: Perl 5 Porters Date: Fri, 21 Jun 1996 01:45:33 +0000 (+0000) Subject: perl 5.003_03: ext/util/make_ext X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2698564b9977ec10db2f3239f57f2d2571fdab42;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_03: ext/util/make_ext Typo change. Get rid of unused altmake. --- diff --git a/ext/util/make_ext b/ext/util/make_ext index 8c1abbb..bfbcc83 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=''