Makefile.am (gij_LDFLAGS): Use dbexecdir.
2007-03-05 Matthias Klose <doko@debian.org> * Makefile.am (gij_LDFLAGS): Use dbexecdir. * Makefile.in: Regnerate. From-SVN: r122564
This commit is contained in:
parent
7343ff45ca
commit
3b6d448dbc
@ -1,3 +1,8 @@
|
||||
2007-03-05 Matthias Klose <doko@debian.org>
|
||||
|
||||
* Makefile.am (gij_LDFLAGS): Use dbexecdir.
|
||||
* Makefile.in: Regnerate.
|
||||
|
||||
2007-03-05 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* java/lang/Character.java: Re-merged with Classpath.
|
||||
|
@ -666,7 +666,7 @@ gij_SOURCES =
|
||||
## 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.
|
||||
|
@ -7830,7 +7830,7 @@ gc_analyze_LINK = $(GCJLINK)
|
||||
gc_analyze_LDADD = -L$(here)/.libs libgcj-tools.la libgcj.la
|
||||
gc_analyze_DEPENDENCIES = libgcj-tools.la libgcj.la libgcj.spec
|
||||
gij_SOURCES =
|
||||
gij_LDFLAGS = -rpath $(libdir)/gcj-$(gcc_version) -rpath $(toolexeclibdir) \
|
||||
gij_LDFLAGS = -rpath $(dbexecdir) -rpath $(toolexeclibdir) \
|
||||
-shared-libgcc $(THREADLDFLAGS)
|
||||
|
||||
gij_LINK = $(GCJLINK)
|
||||
|
Loading…
Reference in New Issue
Block a user