# HG changeset patch # User jwe # Date 790444341 0 # Node ID 1173ee1952be627298f2cd333ea867442b27ad26 # Parent 7dbf5bb19bded57dbeef0f22d73c602da55d01e4 [project @ 1995-01-18 15:52:21 by jwe] diff -r 7dbf5bb19bde -r 1173ee1952be flibs.sh --- a/flibs.sh Wed Jan 18 15:07:02 1995 +0000 +++ b/flibs.sh Wed Jan 18 15:52:21 1995 +0000 @@ -48,7 +48,7 @@ flibs= lflags= -# If want arg is set, we know we want the arg to be added to the list, +# If want_arg is set, we know we want the arg to be added to the list, # so we don't have to examine it. want_arg= @@ -73,6 +73,9 @@ lflags="$lflags $arg" fi ;; + -lang*) + arg= + ;; -[lL]*) exists=false for f in $lflags