# HG changeset patch # User Glenn Morris # Date 1258337196 0 # Node ID e05698e35594a0e5c80e0e45e1f4395337490259 # Parent 2521f03b2137e70dd49fddcb2395c6570edf65a3 (install-arch-indep): Use a more restrictive Makefile pattern, so as not to exclude makefile*.el. (Bug#4912) diff -r 2521f03b2137 -r e05698e35594 ChangeLog --- 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 + + * 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 * configure.in: --enable-autodepend is new. Check for GNU Make diff -r 2521f03b2137 -r e05698e35594 Makefile.in --- 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) ; \