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:
34a2c78
)
* Makefile (elc): Remove emu*.elc to use newest emu by
author
akr
<akr>
Sat, 29 Aug 1998 18:31:05 +0000
(18:31 +0000)
committer
akr
<akr>
Sat, 29 Aug 1998 18:31:05 +0000
(18:31 +0000)
intall.el.
ChangeLog
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/Makefile
b/Makefile
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)