diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f640f3cfcb5..1bfff160f67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-12 Andreas Schwab <schwab@linux-m68k.org> + + * Makefile.in (install-arch-indep): Remove .gitignore files. + 2009-04-03 Kenichi Handa <handa@m17n.org> * INSTALL: Make the section "Complex Text Layout support diff --git a/Makefile.in b/Makefile.in index ee5e615934f..55a76cbba6d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -487,6 +487,7 @@ install-arch-indep: mkdir info install-etc rm -rf $${subdir}/RCS ; \ rm -rf $${subdir}/CVS ; \ rm -f $${subdir}/.cvsignore ; \ + rm -f $${subdir}/.gitignore ; \ rm -f $${subdir}/.arch-inventory ; \ rm -f $${subdir}/\#* ; \ rm -f $${subdir}/.\#* ; \ |