]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am (mostlyclean-local): Use libtool --mode=clean.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 2 Jun 2008 19:23:06 +0000 (19:23 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Mon, 2 Jun 2008 19:23:06 +0000 (19:23 +0000)
libjava/
* Makefile.am (mostlyclean-local): Use libtool --mode=clean.
* Makefile.in: Regenerate.

From-SVN: r136291

libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in

index 65abe270155d7ec958909ae481a0e73cff95a30b..d81c6ab77048eab2d285837506d343265181b832 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (mostlyclean-local): Use libtool --mode=clean.
+       * Makefile.in: Regenerate.
+
 2008-05-28  Andrew Haley  <aph@redhat.com>
 
        * java/lang/Class.java (getSimpleName): Use getEnclosingClass().        
index ec05b196c405e84f7dbd0d95f2e82f06296f764a..559f73ab0d9fe773ecd35f414863a99031f2da77 100644 (file)
@@ -372,7 +372,7 @@ DISTCLEANFILES = native.dirs
 
 mostlyclean-local:
 ## Use libtool rm to remove each libtool object
-       find . -name '*.lo' -print | xargs $(LIBTOOL) rm -f
+       find . -name '*.lo' -print | xargs $(LIBTOOL) --mode=clean rm -f
 
 distclean-local:
 ## Remove every .d file that was created.
index b2fe1290a0b6cd27fa2a2a1d1a86eed73f49b761..ec33ea759120152cc2caa18ba04b77d1fd040e77 100644 (file)
@@ -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