summaryrefslogtreecommitdiff
path: root/mk/buildlink3
diff options
context:
space:
mode:
authorwiz <wiz>2004-08-29 14:25:10 +0000
committerwiz <wiz>2004-08-29 14:25:10 +0000
commit665941b1b2575fdf578a4c58868cbdfcfe803122 (patch)
tree73ba40f230c581f04e24f02f8eee40a1a1fe2440 /mk/buildlink3
parent15e4bc6e8eabd014b0003ca664444c0c0134acde (diff)
downloadpkgsrc-665941b1b2575fdf578a4c58868cbdfcfe803122.tar.gz
Fix typo in comment, reported by Ryo HAYASAKA in PR 26797.
Diffstat (limited to 'mk/buildlink3')
-rw-r--r--mk/buildlink3/marshall6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/buildlink3/marshall b/mk/buildlink3/marshall
index d59e8ae1061..4d3d32762db 100644
--- a/mk/buildlink3/marshall
+++ b/mk/buildlink3/marshall
@@ -1,4 +1,4 @@
-# $NetBSD: marshall,v 1.11 2004/03/29 06:02:53 jlam Exp $
+# $NetBSD: marshall,v 1.12 2004/08/29 14:25:10 wiz Exp $
#
# Handle cases where multiple consecutive arguments must be processed
# together, either by merging the arguments or "skipping" the extra
@@ -14,8 +14,8 @@ case $arg in
shift
;;
#
-# Merge "-Wl,R -Wl,/path/to/dir" into a single argument
-# "-Wl,R/path/to/dir" and merge "-Wl,--rpath -Wl,/path/to/dir" into
+# Merge "-Wl,-R -Wl,/path/to/dir" into a single argument
+# "-Wl,-R/path/to/dir" and merge "-Wl,--rpath -Wl,/path/to/dir" into
# "-Wl,--rpath,/path/to/dir" so that we can look them up in the cache.
# Also deal with "-Xlinker" being equivalent to "-Wl,".
#