* Jason Roscoe wrote on Thu, Jun 05, 2008 at 09:00:16PM CEST:
> What is the equivalent to:
>
> rm init.o && make init.o
>
> when using libtool?

rm init.lo && make init.lo

will possible recreate init.o, .libs/init.o, and init.lo.
The latter is merely a small helper script.

BTW, you should note that if you use per-target flags, your
intermediate object files may have been renamed to something
like program_init.o or similar.  In that case it is important
that you remake these, as making init.o may use different flags.

Cheers,
Ralf


Reply via email to