* Makefile.in (clean): Don't remove makedepend$(EXEEXT).

From-SVN: r144062
This commit is contained in:
Joseph Myers 2009-02-10 14:56:10 +00:00 committed by Joseph Myers
parent bdec4dc7be
commit f76f0eddf7
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-02-10 Joseph Myers <joseph@codesourcery.com>
* Makefile.in (clean): Don't remove makedepend$(EXEEXT).
2008-10-27 Janis Johnson <janis187@us.ibm.com>
PR other/37897

View File

@ -1,7 +1,7 @@
# @configure_input@
# Makefile for libdecnumber. Run 'configure' to generate Makefile from Makefile.in
# Copyright (C) 2005, 2007 Free Software Foundation, Inc.
# Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
#This file is part of GCC.
@ -147,7 +147,7 @@ mostlyclean:
-rm -f *.o
clean: mostlyclean
-rm -rf makedepend$(EXEEXT) libdecnumber.a $(srcdir)/autom4te.cache
-rm -rf libdecnumber.a $(srcdir)/autom4te.cache
distclean: clean
-rm -f config.h stamp-h1 config.status config.cache config.log \