On Mar  9, 2000, "H . J . Lu" <[EMAIL PROTECTED]> wrote:

> As the result, ./ld/ld-new, which is a shell script, uses too many
> arguments when it was executed the first time.

What I don't understand is why it doesn't use too many arguments
afterwards...  Do you know?

> The idea is to create .libs/lt-lt-ld-new if necessary. However, I
> couldn't find a clean way to do so with automake. Any suggestions?

How about:
all: stmp-run-ld
stmp-run-ld: ld-new
        @ ./ld-new > $@ 2>&1

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaranį
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

Reply via email to