projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
105b1d2
)
Option spelling nit for AIX
Rafael Garcia-Suarez [Wed, 26 Sep 2007 09:07:59 +0000 (09:07 +0000)]
p4raw-id: //depot/perl@31976
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
208160d
..
b3ecb9a
100644
(file)
--- 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"