summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-08 11:41:16 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-08 11:41:16 +0000
commit803bb6cc74d36a3f7aa314072a465214ac8e9e80 (patch)
tree5e8338d5c9c6695cb43ce04c5c1302520e1d97bf /hints
parentb84271faabde5f27c64151a6e31051d8ff237e8b (diff)
downloadperl-803bb6cc74d36a3f7aa314072a465214ac8e9e80.tar.gz
Detypo.
p4raw-id: //depot/perl@12354
Diffstat (limited to 'hints')
-rw-r--r--hints/darwin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh
index 32a99b970b..4f178da227 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';