diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/buildlink3/marshall | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/marshall b/mk/buildlink3/marshall index bf0cda279a6..36c2c1edfd1 100644 --- a/mk/buildlink3/marshall +++ b/mk/buildlink3/marshall @@ -1,4 +1,4 @@ -# $NetBSD: marshall,v 1.4 2003/10/04 10:20:09 jlam Exp $ +# $NetBSD: marshall,v 1.5 2003/10/09 08:19:47 jlam Exp $ # # Handle cases where multiple consecutive arguments must be processed # together, either by merging the arguments or "skipping" the extra @@ -22,6 +22,6 @@ case $arg in # transformation. # -install_name) - skip=1 + skipargs=1 ;; esac |