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
f7a043c3
Commit
f7a043c3
authored
Nov 22, 2008
by
Eli Zaretskii
Browse files
(recompile): Depend on compile-first.
parent
3ad96b4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/Makefile.in
lisp/Makefile.in
+1
-1
No files found.
lisp/ChangeLog
View file @
f7a043c3
2008-11-22 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (recompile): Depend on compile-first.
2008-11-22 Martin Rudalics <rudalics@gmx.at>
* files.el (switch-to-buffer-other-window)
...
...
lisp/Makefile.in
View file @
f7a043c3
...
...
@@ -1363,7 +1363,7 @@ compile-after-backup: backup-compiled-files compile-always
# ii) Compiling multiple files in the same instance of Emacs is wrong,
# since the environment of later files is affected by definitions in
# earlier ones.
recompile
:
doit $(LOADDEFS) $(lisp)/progmodes/cc-mode.elc
recompile
:
doit $(LOADDEFS)
compile-first
$(lisp)/progmodes/cc-mode.elc
$(emacs)
--eval
"(batch-byte-recompile-directory 0)"
$(lisp)
# Update MH-E internal autoloads. These are not to be confused with
...
...
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