1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(compile, bootstrap-compile): forgot `;' after $(setwins).

This commit is contained in:
Stefan Monnier 1999-10-10 19:09:47 +00:00
parent 77162a4f00
commit fdb9d1d98c

View File

@ -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 \