Mercurial > emacs
changeset 106045:e05698e35594
(install-arch-indep): Use a more restrictive Makefile
pattern, so as not to exclude makefile*.el. (Bug#4912)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 16 Nov 2009 02:06:36 +0000 |
parents | 2521f03b2137 |
children | d651b5b1f229 |
files | ChangeLog Makefile.in |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Nov 16 00:11:51 2009 +0000 +++ b/ChangeLog Mon Nov 16 02:06:36 2009 +0000 @@ -1,3 +1,8 @@ +2009-11-16 Glenn Morris <rgm@gnu.org> + + * Makefile.in (install-arch-indep): Use a more restrictive Makefile + pattern, so as not to exclude makefile*.el. (Bug#4912) + 2009-11-14 Jan Djärv <jan.h.d@swipnet.se> * configure.in: --enable-autodepend is new. Check for GNU Make
--- a/Makefile.in Mon Nov 16 00:11:51 2009 +0000 +++ b/Makefile.in Mon Nov 16 02:06:36 2009 +0000 @@ -495,7 +495,8 @@ rm -f $${subdir}/*~ ; \ rm -f $${subdir}/*.orig ; \ [ "$${dir}" != "${srcdir}/etc" ] && \ - rm -f $${subdir}/[mM]akefile* ; \ + rm -f $${subdir}/[mM]akefile*.c $${subdir}/[mM]akefile*[.-]in \ + $${subdir}/[mM]akefile ; \ rm -f $${subdir}/ChangeLog* ; \ rm -f $${subdir}/dired.todo ; \ done) ; \