* Makefile (elc): Ignore errors when removing emu*.elc.
authorakr <akr>
Mon, 7 Sep 1998 06:04:37 +0000 (06:04 +0000)
committerakr <akr>
Mon, 7 Sep 1998 06:04:37 +0000 (06:04 +0000)
ChangeLog
Makefile

index 1f4406b..4d99e0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-09-07  Tanaka Akira  <akr@jaist.ac.jp>
+
+        * Makefile (elc): Ignore errors when removing emu*.elc.
+
 1998-09-01  Tanaka Akira <akr@jaist.ac.jp>
 
        * emu-mule.el (ccl-execute-on-string): Fix arguments
index 3ac61c5..9d2fb14 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ LISPDIR = NONE
 
 
 elc:
-       rm emu*.elc; $(EMACS) $(FLAGS) -f compile-apel
+       -rm emu*.elc
+       $(EMACS) $(FLAGS) -f compile-apel
 
 install:
        $(EMACS) $(FLAGS) -f install-apel $(PREFIX) $(LISPDIR)