diff Makefile.in @ 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 44d58cfb225c
children 40a964793dc2
line wrap: on
line diff
--- 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) ; \