aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-29 21:11:30 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-29 21:11:30 +0000
commit67a72ecf35f1252403e812960918646d8e3014b6 (patch)
tree0c954634ae9d9bc43c304352a166a03c630a20e6 /Makefile
parent1acb291ca0763f75879393ea4f583fcb3906d0d2 (diff)
Ignore errors compiling maths-menu.el (for XEmacs 21.4)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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