From: Seiji Zenitani Date: Sun, 16 Aug 2009 03:16:33 +0000 (+0000) Subject: * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX). X-Git-Tag: emacs-pretest-23.1.90~1839 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ec536de9457ca2460592c1996f443eafb3dbd20;p=emacs.git * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX). --- diff --git a/ChangeLog b/ChangeLog index 4440cac823f..bd6453644de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-15 CHENG Gao + + * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX). + 2009-08-02 Kevin Ryde * INSTALL: Fix free fonts URL. diff --git a/Makefile.in b/Makefile.in index 4095976d7f9..44c5cba7d9c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -489,6 +489,7 @@ install-arch-indep: mkdir info install-etc rm -f $${subdir}/.cvsignore ; \ rm -f $${subdir}/.gitignore ; \ rm -f $${subdir}/.arch-inventory ; \ + rm -f $${subdir}/.DS_Store ; \ rm -f $${subdir}/\#* ; \ rm -f $${subdir}/.\#* ; \ rm -f $${subdir}/*~ ; \