* libiberty/testsuite/Makefile.in (mostlyclean): Remove directories ending in `.dSYM'. --- extatica/ChangeLog | 7 +++++++ extatica/libiberty/testsuite/Makefile.in | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/extatica/ChangeLog b/extatica/ChangeLog index ab561e6..c5d5e63 100644 --- a/extatica/ChangeLog +++ b/extatica/ChangeLog @@ -1,5 +1,12 @@ 2010-11-08 Roland Levillain roland@lrde.epita.fr
+ Fix cleaning rules in Libiberty. + + * libiberty/testsuite/Makefile.in (mostlyclean): Remove + directories ending in `.dSYM'. + +2010-11-08 Roland Levillain roland@lrde.epita.fr + Make Libiberty compatible with Automake.
* libiberty/local.mk: New helper, containing missing recursive diff --git a/extatica/libiberty/testsuite/Makefile.in b/extatica/libiberty/testsuite/Makefile.in index 69ac1f5..e0d2272 100644 --- a/extatica/libiberty/testsuite/Makefile.in +++ b/extatica/libiberty/testsuite/Makefile.in @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 1999, 2002, 2006 +# Copyright (C) 1999, 2002, 2006, 2010 # Free Software Foundation # # This file is part of the libiberty library. @@ -77,10 +77,15 @@ html install-html info install-info clean-info dvi pdf install-pdf \ install etags tags installcheck:
# The standard clean rules. +# Names ending in `.dSYM' are directories created by the compiler on +# Darwin (Mac OS X). mostlyclean: rm -f test-demangle + rm -rf test-demangle.dSYM rm -f test-pexecute + rm -rf test-pexecute.dSYM rm -f test-expandargv + rm -rf test-expandargv.dSYM rm -f core clean: mostlyclean distclean: clean