re PR libgcj/28244 (missing dependency causes build failure)
2006-07-04 Thomas Fitzsimmons <fitzsim@redhat.com> PR libgcj/28244: * Makefile.am (libgcj_tools_la_DEPENDENCIES): Add libgcj.la and libgcj.spec. * Makefile.in: Regenerate. From-SVN: r115180
This commit is contained in:
parent
3329fcdc38
commit
56d30bd5c8
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-07-04 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||||
|
|
||||||
|
PR libgcj/28244:
|
||||||
|
* Makefile.am (libgcj_tools_la_DEPENDENCIES): Add libgcj.la and
|
||||||
|
libgcj.spec.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2006-06-30 Thomas Fitzsimmons <fitzsim@redhat.com>
|
2006-06-30 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||||
|
|
||||||
* classpath/tools/Makefile.am: Comment out tools wrapper creation.
|
* classpath/tools/Makefile.am: Comment out tools wrapper creation.
|
||||||
|
|
|
@ -239,6 +239,7 @@ libgcj_tools_la_SOURCES = classpath/tools/tools.jar
|
||||||
libgcj_tools_la_GCJFLAGS = $(AM_GCJFLAGS) -findirect-dispatch
|
libgcj_tools_la_GCJFLAGS = $(AM_GCJFLAGS) -findirect-dispatch
|
||||||
libgcj_tools_la_LDFLAGS = -rpath $(toolexeclibdir) \
|
libgcj_tools_la_LDFLAGS = -rpath $(toolexeclibdir) \
|
||||||
-version-info `grep -v '^\#' $(srcdir)/libtool-version`
|
-version-info `grep -v '^\#' $(srcdir)/libtool-version`
|
||||||
|
libgcj_tools_la_DEPENDENCIES = libgcj.la libgcj.spec
|
||||||
libgcj_tools_la_LINK = $(LIBLINK)
|
libgcj_tools_la_LINK = $(LIBLINK)
|
||||||
|
|
||||||
## libjvm.so
|
## libjvm.so
|
||||||
|
|
|
@ -787,6 +787,7 @@ libgcj_tools_la_GCJFLAGS = $(AM_GCJFLAGS) -findirect-dispatch
|
||||||
libgcj_tools_la_LDFLAGS = -rpath $(toolexeclibdir) \
|
libgcj_tools_la_LDFLAGS = -rpath $(toolexeclibdir) \
|
||||||
-version-info `grep -v '^\#' $(srcdir)/libtool-version`
|
-version-info `grep -v '^\#' $(srcdir)/libtool-version`
|
||||||
|
|
||||||
|
libgcj_tools_la_DEPENDENCIES = libgcj.la libgcj.spec
|
||||||
libgcj_tools_la_LINK = $(LIBLINK)
|
libgcj_tools_la_LINK = $(LIBLINK)
|
||||||
libjvm_la_SOURCES = jni-libjvm.cc
|
libjvm_la_SOURCES = jni-libjvm.cc
|
||||||
libjvm_la_DEPENDENCIES = libgcj.la libgcj.spec
|
libjvm_la_DEPENDENCIES = libgcj.la libgcj.spec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue