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:
ac802be
)
Make `elc' into the default entry.
author
yamaoka
<yamaoka>
Mon, 26 Jan 2004 07:41:18 +0000
(07:41 +0000)
committer
yamaoka
<yamaoka>
Mon, 26 Jan 2004 07:41:18 +0000
(07:41 +0000)
ChangeLog
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
71a1f2f
..
7cecf5e
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * Makefile: Make `elc' into the default entry.
+
2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
* poe-xemacs.el (run-at-time): Don't use `defadvice' in order to
diff --git
a/Makefile
b/Makefile
index
ef95d35
..
8371425
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-21,6
+21,8
@@
GOMI = *.elc
ARCHIVE_DIR_PREFIX = /pub/mule
+default: elc
+
what-where:
$(EMACS) $(FLAGS) -f what-where-apel \
$(PREFIX) $(LISPDIR) $(VERSION_SPECIFIC_LISPDIR)