From fdb9d1d98c3b88395cea8ab1ffa2fe3dddfd62a8 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 10 Oct 1999 19:09:47 +0000 Subject: [PATCH] (compile, bootstrap-compile): forgot `;' after $(setwins). --- lisp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/Makefile b/lisp/Makefile index e37d1014a2a..c6f16a86445 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -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 \ -- 2.39.5