This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.003_03: ext/util/make_ext
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Fri, 21 Jun 1996 01:45:33 +0000 (01:45 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Fri, 21 Jun 1996 01:45:33 +0000 (01:45 +0000)
Typo change.
Get rid of unused altmake.

ext/util/make_ext

index 8c1abbb..bfbcc83 100644 (file)
@@ -34,9 +34,9 @@ if test "X$extspec" = X; then
 fi
 
 # The Perl Makefile.SH will expand all extensions to
 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
 # 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
 
 # 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'`
 
 mname=`echo "$pname"   | sed -e 's!/!::!g'`
 depth=`echo "$pname"   | sed -e 's![^/][^/]*!..!g'`
-make=${altmake-make}
 makefile=Makefile
 makeargs=''
 makeopts=''
 makefile=Makefile
 makeargs=''
 makeopts=''