(install-arch-indep): Use a more restrictive Makefile

pattern, so as not to exclude makefile*.el.  (Bug#4912)
This commit is contained in:
Glenn Morris 2009-11-16 02:06:36 +00:00
parent 887484c140
commit 92424f959d
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -495,7 +495,8 @@ install-arch-indep: mkdir info install-etc
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) ; \