aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.in
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-06-02 19:23:06 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2008-06-02 19:23:06 +0000
commit5649c0b9b3f847801be166e07197a4bd6365d87f (patch)
tree6fc2e177e0acd353e4653b95468ec80af175eea4 /libjava/Makefile.in
parent1e60697fe1595df64ad679af3f8cc56400c7fe45 (diff)
downloadgcc-5649c0b9b3f847801be166e07197a4bd6365d87f.zip
gcc-5649c0b9b3f847801be166e07197a4bd6365d87f.tar.gz
gcc-5649c0b9b3f847801be166e07197a4bd6365d87f.tar.bz2
Makefile.am (mostlyclean-local): Use libtool --mode=clean.
libjava/ * Makefile.am (mostlyclean-local): Use libtool --mode=clean. * Makefile.in: Regenerate. From-SVN: r136291
Diffstat (limited to 'libjava/Makefile.in')
-rw-r--r--libjava/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index b2fe129..ec33ea7 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -81,7 +81,6 @@ subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/libltdl/acinclude.m4 \
$(top_srcdir)/../config/acx.m4 \
- $(top_srcdir)/../config/confsubdir.m4 \
$(top_srcdir)/../config/depstand.m4 \
$(top_srcdir)/../config/enable.m4 \
$(top_srcdir)/../config/gxx-include-dir.m4 \
@@ -94,6 +93,7 @@ am__aclocal_m4_deps = $(top_srcdir)/libltdl/acinclude.m4 \
$(top_srcdir)/../config/lib-prefix.m4 \
$(top_srcdir)/../config/multi.m4 \
$(top_srcdir)/../config/no-executables.m4 \
+ $(top_srcdir)/../config/override.m4 \
$(top_srcdir)/../config/proginstall.m4 \
$(top_srcdir)/../config/tls.m4 \
$(top_srcdir)/../config/unwind_ipinfo.m4 \
@@ -10311,7 +10311,7 @@ libgcj-tools-$(gcc_version).jar: classpath/tools/tools.zip
cp $< $@
mostlyclean-local:
- find . -name '*.lo' -print | xargs $(LIBTOOL) rm -f
+ find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
distclean-local:
find . -name '*.d' -print | xargs rm -f