mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-26 00:06:21 +08:00
Makefile.am (libffi_files): Use 'find' to pick up libffi libtool objects in subdirectories.
* Makefile.am (libffi_files): Use 'find' to pick up libffi libtool objects in subdirectories. * Makefile.in: Rebuilt. From-SVN: r40857
This commit is contained in:
parent
711d29dfbb
commit
29bb79cf26
@ -1,3 +1,9 @@
|
||||
2001-03-27 Bryce McKinlay <bryce@albatross.co.nz>
|
||||
|
||||
* Makefile.am (libffi_files): Use 'find' to pick up libffi libtool
|
||||
objects in subdirectories.
|
||||
* Makefile.in: Rebuilt.
|
||||
|
||||
2001-03-25 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* exception.cc (java_eh_info): Make value type jthrowable.
|
||||
|
@ -132,7 +132,7 @@ javao_files = $(java_source_files:.java=.lo) \
|
||||
x_javao_files = $(x_java_source_files:.java=.lo)
|
||||
|
||||
## Extract the libffi object file names.
|
||||
libffi_files = `$(AR) t ../libffi/.libs/libffi.a 2>/dev/null | sed 's/\.o/\.lo/g' | sed 's/^/..\/libffi\//g'`
|
||||
libffi_files = `find ../libffi/ \-name '*.lo'`
|
||||
|
||||
libgcj_la_SOURCES = prims.cc posix.cc jni.cc exception.cc \
|
||||
resolve.cc defineclass.cc interpret.cc name-finder.cc \
|
||||
|
@ -181,7 +181,7 @@ javao_files = $(java_source_files:.java=.lo) \
|
||||
|
||||
x_javao_files = $(x_java_source_files:.java=.lo)
|
||||
|
||||
libffi_files = `$(AR) t ../libffi/.libs/libffi.a 2>/dev/null | sed 's/\.o/\.lo/g' | sed 's/^/..\/libffi\//g'`
|
||||
libffi_files = `find ../libffi/ \-name '*.lo'`
|
||||
|
||||
libgcj_la_SOURCES = prims.cc posix.cc jni.cc exception.cc \
|
||||
resolve.cc defineclass.cc interpret.cc name-finder.cc \
|
||||
|
Loading…
Reference in New Issue
Block a user