projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0bd51
)
* Makefile (elc): Ignore errors when removing emu*.elc.
author
akr
<akr>
Mon, 7 Sep 1998 06:04:37 +0000
(06:04 +0000)
committer
akr
<akr>
Mon, 7 Sep 1998 06:04:37 +0000
(06:04 +0000)
ChangeLog
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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
diff --git
a/Makefile
b/Makefile
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)