From 934efd095353958986316c786221eb602844e58b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 1 Feb 2009 14:03:52 +0000 Subject: Remove leftover from gcc on MacOS X 10.5. --- ChangeLog | 3 +++ tests/Makefile.in | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f48834c..6cec87d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,9 @@ 2009-02-01 Bruno Haible + * tests/Makefile.in (clean): Remove *.dSYM directories left over by gcc + on MacOS X 10.5. + * src/options.cc (Options::parse_options): Bump copyright year. 2009-01-19 Bruno Haible diff --git a/tests/Makefile.in b/tests/Makefile.in index 50c1ca2..c139f68 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,6 +1,6 @@ # Makefile for gperf/tests -# Copyright (C) 1989, 1992-1993, 1995, 1998, 2000, 2002-2004, 2007-2008 Free Software Foundation, Inc. +# Copyright (C) 1989, 1992-1993, 1995, 1998, 2000, 2002-2004, 2007-2009 Free Software Foundation, Inc. # Written by Douglas C. Schmidt # and Bruno Haible . # @@ -326,6 +326,7 @@ mostlyclean : clean clean : force $(RM) *.o core *inset.c output.* *.out aout cout lu2out lu8out m3out pout preout smtp.c smtp tmp-* valitest* + $(RM) -r *.dSYM distclean : clean $(RM) config.status config.log config.cache Makefile -- cgit v1.2.1