1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Remove leftover from gcc on MacOS X 10.5.

This commit is contained in:
Bruno Haible
2009-02-01 14:03:52 +00:00
parent de20e1a205
commit 934efd0953
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,9 @@
2009-02-01 Bruno Haible <bruno@clisp.org> 2009-02-01 Bruno Haible <bruno@clisp.org>
* 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. * src/options.cc (Options::parse_options): Bump copyright year.
2009-01-19 Bruno Haible <bruno@clisp.org> 2009-01-19 Bruno Haible <bruno@clisp.org>

View File

@@ -1,6 +1,6 @@
# Makefile for gperf/tests # 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 <schmidt@ics.uci.edu> # Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
# and Bruno Haible <bruno@clisp.org>. # and Bruno Haible <bruno@clisp.org>.
# #
@@ -326,6 +326,7 @@ mostlyclean : clean
clean : force clean : force
$(RM) *.o core *inset.c output.* *.out aout cout lu2out lu8out m3out pout preout smtp.c smtp tmp-* valitest* $(RM) *.o core *inset.c output.* *.out aout cout lu2out lu8out m3out pout preout smtp.c smtp tmp-* valitest*
$(RM) -r *.dSYM
distclean : clean distclean : clean
$(RM) config.status config.log config.cache Makefile $(RM) config.status config.log config.cache Makefile