diff options
| author | Glenn Morris | 2009-11-16 02:06:36 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-11-16 02:06:36 +0000 |
| commit | 92424f959d8e55d97d6000728f5c3500cca7ccec (patch) | |
| tree | 23bc45ee2de871b7448bc09be377de85e2d328f5 | |
| parent | 887484c1402e0411486f068de9a183f46acd7ca1 (diff) | |
| download | emacs-92424f959d8e55d97d6000728f5c3500cca7ccec.tar.gz emacs-92424f959d8e55d97d6000728f5c3500cca7ccec.zip | |
(install-arch-indep): Use a more restrictive Makefile
pattern, so as not to exclude makefile*.el. (Bug#4912)
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Makefile.in | 3 |
2 files changed, 7 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-11-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (install-arch-indep): Use a more restrictive Makefile | ||
| 4 | pattern, so as not to exclude makefile*.el. (Bug#4912) | ||
| 5 | |||
| 1 | 2009-11-14 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2009-11-14 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * configure.in: --enable-autodepend is new. Check for GNU Make | 8 | * configure.in: --enable-autodepend is new. Check for GNU Make |
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 | |||
| 495 | rm -f $${subdir}/*~ ; \ | 495 | rm -f $${subdir}/*~ ; \ |
| 496 | rm -f $${subdir}/*.orig ; \ | 496 | rm -f $${subdir}/*.orig ; \ |
| 497 | [ "$${dir}" != "${srcdir}/etc" ] && \ | 497 | [ "$${dir}" != "${srcdir}/etc" ] && \ |
| 498 | rm -f $${subdir}/[mM]akefile* ; \ | 498 | rm -f $${subdir}/[mM]akefile*.c $${subdir}/[mM]akefile*[.-]in \ |
| 499 | $${subdir}/[mM]akefile ; \ | ||
| 499 | rm -f $${subdir}/ChangeLog* ; \ | 500 | rm -f $${subdir}/ChangeLog* ; \ |
| 500 | rm -f $${subdir}/dired.todo ; \ | 501 | rm -f $${subdir}/dired.todo ; \ |
| 501 | done) ; \ | 502 | done) ; \ |