merge from gcc
This commit is contained in:
parent
ee2c9aa984
commit
d24269a7ee
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
2008-10-27 Janis Johnson <janis187@us.ibm.com>
|
||||||
|
|
||||||
PR other/37897
|
PR other/37897
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# @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:
|
||||||
-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 \
|
||||||
|
|
Loading…
Reference in a new issue