[Bug libgcj/30071] make install fails for libjava
r dot emrich at de dot tecosim dot com
gcc-bugzilla@gcc.gnu.org
Mon Feb 19 16:16:00 GMT 2007
------- 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
More information about the Java-prs
mailing list