Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
92424f95
Commit
92424f95
authored
Nov 16, 2009
by
Glenn Morris
Browse files
(install-arch-indep): Use a more restrictive Makefile
pattern, so as not to exclude makefile*.el. (Bug#4912)
parent
887484c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+2
-1
No files found.
ChangeLog
View file @
92424f95
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
...
...
Makefile.in
View file @
92424f95
...
...
@@ -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
)
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment