changeset 104293:012ded1c9caf

* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
author Seiji Zenitani <zenitani@mac.com>
date Sun, 16 Aug 2009 03:16:33 +0000
parents 3a381ae2eb0e
children 6ee860194ef5
files ChangeLog Makefile.in
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Aug 16 00:31:28 2009 +0000
+++ b/ChangeLog	Sun Aug 16 03:16:33 2009 +0000
@@ -1,3 +1,7 @@
+2009-08-15  CHENG Gao  <chenggao@gmail.com>
+
+	* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
+
 2009-08-02  Kevin Ryde <user42@zip.com.au>
 
 	* INSTALL: Fix free fonts URL.
--- a/Makefile.in	Sun Aug 16 00:31:28 2009 +0000
+++ b/Makefile.in	Sun Aug 16 03:16:33 2009 +0000
@@ -489,6 +489,7 @@
 		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}/*~ ; \