From 67a72ecf35f1252403e812960918646d8e3014b6 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 29 Jan 2008 21:11:30 +0000 Subject: Ignore errors compiling maths-menu.el (for XEmacs 21.4) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d24cefe..5e1faa95 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,11 @@ compile: $(EL) x-symbol/lisp/*.el ## emacs process for each file is slower but avoids any chance of ## accidently polluting the compilation environment. ## + +## maths-menu.el doesn't compile on XEmacs 21.4, argh. +lib/maths-menu.elc: lib/maths-menu.el + -$(BYTECOMP) $*.el + .el.elc: $(BYTECOMP) $*.el -- cgit v1.2.3