This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]