summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-11-16 02:06:36 +0000
committerGlenn Morris <rgm@gnu.org>2009-11-16 02:06:36 +0000
commit92424f959d8e55d97d6000728f5c3500cca7ccec (patch)
tree23bc45ee2de871b7448bc09be377de85e2d328f5 /Makefile.in
parent887484c1402e0411486f068de9a183f46acd7ca1 (diff)
downloademacs-92424f959d8e55d97d6000728f5c3500cca7ccec.tar.gz
(install-arch-indep): Use a more restrictive Makefile
pattern, so as not to exclude makefile*.el. (Bug#4912)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ad77e06d439..2c4e1143066 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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) ; \