From: Jarkko Hietaniemi Date: Mon, 8 Oct 2001 11:41:16 +0000 (+0000) Subject: Detypo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=803bb6cc74d36a3f7aa314072a465214ac8e9e80;p=p5sagit%2Fp5-mst-13.2.git Detypo. p4raw-id: //depot/perl@12354 --- diff --git a/hints/darwin.sh b/hints/darwin.sh index 32a99b9..4f178da 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -88,7 +88,7 @@ so='dylib'; dlext='bundle'; dlsrc='dl_dyld.xs'; usedl='define'; cccdlflags=' '; # space, not empty, because otherwise we get -fpic -ldflags="${ldflags} -flat_namepace" +ldflags="${ldflags} -flat_namespace" lddlflags="${ldflags} -bundle -undefined suppress"; ldlibpthname='DYLD_LIBRARY_PATH'; useshrplib='true';