]> code.delx.au - gnu-emacs/commitdiff
(install-arch-indep): Use a more restrictive Makefile
authorGlenn Morris <rgm@gnu.org>
Mon, 16 Nov 2009 02:06:36 +0000 (02:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 16 Nov 2009 02:06:36 +0000 (02:06 +0000)
pattern, so as not to exclude makefile*.el.  (Bug#4912)

ChangeLog
Makefile.in

index fe3d8f4689a848b52c8368658742f5749b3f7ad7..30e7dbac29c93dbf3f488536b667de7cd8ae1334 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index ad77e06d43963d616d42d1d754d3d802d2d624eb..2c4e11430664441bb41bab65b28b4fd0ef57812d 100644 (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) ; \