* Makefile (elc): Remove emu*.elc to use newest emu by
authorakr <akr>
Sat, 29 Aug 1998 18:31:05 +0000 (18:31 +0000)
committerakr <akr>
Sat, 29 Aug 1998 18:31:05 +0000 (18:31 +0000)
intall.el.

ChangeLog
Makefile

index eadfd6f..d1ffed9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
+
+        * Makefile (elc): Remove emu*.elc to use newest emu by
+        intall.el.
+
 1998-08-29  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
 
        * emu-e20.el (ccl-execute-on-string): Too few args.
index 857cbe0..86a23b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ LISPDIR = NONE
 
 
 elc:
-       $(EMACS) $(FLAGS) -f compile-apel
+       rm emu*.elc; $(EMACS) $(FLAGS) -f compile-apel
 
 install:
        $(EMACS) $(FLAGS) -f install-apel $(PREFIX) $(LISPDIR)