aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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