(install-arch-indep): Use a more restrictive Makefile
pattern, so as not to exclude makefile*.el. (Bug#4912)
This commit is contained in:
parent
887484c140
commit
92424f959d
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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) ; \
|
||||
|
|
Loading…
Add table
Reference in a new issue