Commit f76f0edd by Joseph Myers Committed by Joseph Myers

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

From-SVN: r144062
parent bdec4dc7
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> 2008-10-27 Janis Johnson <janis187@us.ibm.com>
PR other/37897 PR other/37897
......
# @configure_input@ # @configure_input@
# Makefile for libdecnumber. Run 'configure' to generate Makefile from Makefile.in # 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. #This file is part of GCC.
...@@ -147,7 +147,7 @@ mostlyclean: ...@@ -147,7 +147,7 @@ mostlyclean:
-rm -f *.o -rm -f *.o
clean: mostlyclean clean: mostlyclean
-rm -rf makedepend$(EXEEXT) libdecnumber.a $(srcdir)/autom4te.cache -rm -rf libdecnumber.a $(srcdir)/autom4te.cache
distclean: clean distclean: clean
-rm -f config.h stamp-h1 config.status config.cache config.log \ -rm -f config.h stamp-h1 config.status config.cache config.log \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment