summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2009-10-14 15:13:44 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2009-10-14 15:13:44 +0000
commit3dc4dc9146c8c15a0619a770278b5f2a52173766 (patch)
treec9c8ff05e82e8260d2a538525e3a165aaf741393 /lisp/Makefile.in
parenta953f3a0925369eb37868ca6398aa0f82f52c7d4 (diff)
downloademacs-3dc4dc9146c8c15a0619a770278b5f2a52173766.tar.gz
(compile-onefile): Load `bytecomp' rather than `bytecomp.el'.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 78e95900b72..3674385c51c 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -1456,7 +1456,9 @@ ELCFILES = \
# the most common problems of not bootstrapping from a clean state.
compile-onefile:
@echo Compiling $(THEFILE)
- @$(emacs) -l bytecomp.el -f byte-compile-refresh-preloaded $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $(THEFILE)
+ @# Use byte-compile-refresh-preloaded to try and work around some of
+ @# the most common bootstrapping problems.
+ @$(emacs) -l bytecomp -f byte-compile-refresh-preloaded $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $(THEFILE)
# Files MUST be compiled one by one. If we compile several files in a
# row (i.e., in the same instance of Emacs) we can't make sure that