This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch] makefile cleanup
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: java-patches at gcc dot gnu dot org
- Date: Mon, 5 Mar 2007 10:10:26 +0100
- Subject: [patch] makefile cleanup
We use dbexecdir everywhere else, this is the only place where its
hardcoded. Bootstrap succeeded. Ok to checkin?
Matthias
2007-03-05 Matthias Klose <doko@debian.org>
* Makefile.am (gij_LDFLAGS): Use dbexecdir.
* Makefile.in: Regnerate.
Index: Makefile.am
===================================================================
--- Makefile.am (revision 122542)
+++ Makefile.am (working copy)
@@ -665,7 +665,7 @@
## We need -nodefaultlibs because we want to avoid gcj's `-lgcj'. We
## need this because we are explicitly using libtool to link using the
## `.la' file.
-gij_LDFLAGS = -rpath $(libdir)/gcj-$(gcc_version) -rpath $(toolexeclibdir) \
+gij_LDFLAGS = -rpath $(dbexecdir) -rpath $(toolexeclibdir) \
-shared-libgcc $(THREADLDFLAGS)
gij_LINK = $(GCJLINK)
## See jv_convert_LDADD.