From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32183 invoked by alias); 19 Feb 2007 16:16:13 -0000 Received: (qmail 32162 invoked by uid 48); 19 Feb 2007 16:16:13 -0000 Date: Mon, 19 Feb 2007 16:16:00 -0000 Message-ID: <20070219161613.32161.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/30071] make install fails for libjava In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "r dot emrich at de dot tecosim dot com" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2007-q1/txt/msg00356.txt.bz2 ------- 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