From 86e02355636633dfe747fbdecb208505a02af910 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 14 Dec 2007 16:38:09 +0000 Subject: Ignore errors in bytecomp --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ffdcd479..f2f6beda 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ compile: .byte-compile @echo "****************************************************************" rm -f $(ELC) # $(BYTECOMP) $(EL) - -make elc + make elc @echo " Byte compiling X-Symbol..." (cd x-symbol/lisp; rm -f *.elc; $(MAKE) EMACS="$(EMACS) -q -no-site-file") echo $(EMACS) > $(@) @@ -96,7 +96,7 @@ compile: .byte-compile ## to add proper requires in source files. ## .el.elc: - $(BYTECOMP) $*.el + -$(BYTECOMP) $*.el elc: $(ELC) -- cgit v1.2.3