Change 12354 by jhi@alpha on 2001/10/08 11:41:16
Detypo.
Affected files ...
... //depot/perl/hints/darwin.sh#17 edit
Differences ...
==== //depot/perl/hints/darwin.sh#17 (text) ====
Index: perl/hints/darwin.sh
--- perl/hints/darwin.sh.~1~ Mon Oct 8 05:45:06 2001
+++ perl/hints/darwin.sh Mon Oct 8 05:45:06 2001
@@ -88,7 +88,7 @@
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';
End of Patch.