------- Comment #3 from r dot emrich at de dot tecosim dot com  2007-02-19 
16:16 -------
> Could you try adding this to Makefile.am and then re-running automake?
> (If you can't re-run automake, let me know and I will send you a patch.)
> 
> install-binPROGRAMS: install-toolexeclibLTLIBRARIES
> 

I think the only solution is to add the install-exec-am target to the
Makefile.am. 

install-exec-am: install-binPROGRAMS install-binSCRIPTS \
        install-dbexecDATA install-dbexecLTLIBRARIES \
        install-toolexeclibLTLIBRARIES install-toolexecmainlibDATA
        @$(NORMAL_INSTALL)
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook

This works for me.
Could somebody else try this.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30071

Reply via email to