From: Rafael Garcia-Suarez Date: Wed, 26 Sep 2007 09:07:59 +0000 (+0000) Subject: Option spelling nit for AIX X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f47696963057ac118d1f5f49ebe66a858dd9e42;p=p5sagit%2Fp5-mst-13.2.git Option spelling nit for AIX p4raw-id: //depot/perl@31976 --- diff --git a/Makefile.SH b/Makefile.SH index 208160d..b3ecb9a 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -85,7 +85,7 @@ true) case "$osvers" in 3*) shrpldflags="$shrpldflags -e _nostart" ;; - *) shrpldflags="$shrpldflags -b noentry" + *) shrpldflags="$shrpldflags -bnoentry" ;; esac shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"