Re: with MSYS (Windows), the hook is not executed after the main rule's work is done

2012-07-27 Thread NightStrike
On Fri, Jul 27, 2012 at 9:39 AM, Vincent Torri wrote: > hey > > I want to delete the .la file installed by libtool (note that i don't > want to discuss if it's reasonnable or not to delete these files) > > So, in my Makefile.am, I do: > > lib_LTLIBRARIES = libevil.la > ... > ... > install-data-hoo

with MSYS (Windows), the hook is not executed after the main rule's work is done

2012-07-27 Thread Vincent Torri
hey I want to delete the .la file installed by libtool (note that i don't want to discuss if it's reasonnable or not to delete these files) So, in my Makefile.am, I do: lib_LTLIBRARIES = libevil.la ... ... install-data-hook: rm -f $(libdir)/$(lib_LTLIBRARIES) When I cross compile on lin