Fausto Sanchez writes:

> I'm trying to setup a process where when I run a make for any given library, it
> should build the .a or .so and install it. Instead of doing a make install
> after the
> build has taken place. Is there a way to do this?

alias make='make install'

Incidentally, this has nothing to do with libtool, because libtool doesn't
have anything to do with makefiles.

-- 
Peter Eisentraut   [EMAIL PROTECTED]   http://funkturm.homeip.net/~peter


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to