From ef7e644c5f95a416569e21720c4e64a2a30c31aa Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 7 Sep 1998 06:04:37 +0000 Subject: [PATCH] * Makefile (elc): Ignore errors when removing emu*.elc. --- ChangeLog | 4 ++++ Makefile | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1f4406b..4d99e0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-09-07 Tanaka Akira + + * Makefile (elc): Ignore errors when removing emu*.elc. + 1998-09-01 Tanaka Akira * emu-mule.el (ccl-execute-on-string): Fix arguments diff --git a/Makefile b/Makefile index 3ac61c5..9d2fb14 100644 --- 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) -- 1.7.10.4