mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(compile, bootstrap-compile): forgot `;' after $(setwins).
This commit is contained in:
parent
77162a4f00
commit
fdb9d1d98c
1 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2)
|
|||
compile: doit
|
||||
wd=`pwd`; \
|
||||
find $$wd -name "*.elc" -print | xargs chmod +w; \
|
||||
$(setwins) \
|
||||
$(setwins); \
|
||||
loadpath="(setq load-path '($$wins))"; \
|
||||
dont_compile=`echo $(DONTCOMPILE)`; \
|
||||
for el in $(EL); do \
|
||||
|
|
@ -136,7 +136,7 @@ compile: doit
|
|||
bootstrap-compile: doit
|
||||
wd=`pwd`; \
|
||||
find $$wd -name "*.elc" -print | xargs rm -f \
|
||||
$(setwins) \
|
||||
$(setwins); \
|
||||
loadpath="(setq load-path '($$wins))"; \
|
||||
dont_compile=`echo $(DONTCOMPILE)`; \
|
||||
for el in $(EL); do \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue