diff options
| author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-02 19:23:06 +0000 |
|---|---|---|
| committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-02 19:23:06 +0000 |
| commit | e116f54041df13b71c0f63851fbc77b181cae9e9 (patch) | |
| tree | 6fc2e177e0acd353e4653b95468ec80af175eea4 /libjava/Makefile.am | |
| parent | 909b992f63648b6a0d77d751972671c337736bb2 (diff) | |
| download | ppe42-gcc-e116f54041df13b71c0f63851fbc77b181cae9e9.tar.gz ppe42-gcc-e116f54041df13b71c0f63851fbc77b181cae9e9.zip | |
libjava/
* Makefile.am (mostlyclean-local): Use libtool --mode=clean.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136291 138bc75d-0d04-0410-961f-82ee72b054a4
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. |

