pattern, so as not to exclude makefile*.el. (Bug#4912)
+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
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) ; \