diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-06-02 19:23:06 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-06-02 19:23:06 +0000 |
commit | 5649c0b9b3f847801be166e07197a4bd6365d87f (patch) | |
tree | 6fc2e177e0acd353e4653b95468ec80af175eea4 /libjava/Makefile.am | |
parent | 1e60697fe1595df64ad679af3f8cc56400c7fe45 (diff) | |
download | gcc-5649c0b9b3f847801be166e07197a4bd6365d87f.tar.gz |
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.am')
-rw-r--r-- | libjava/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index ec05b196c40..559f73ab0d9 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -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. |