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:
00eaae9
)
Abolish target `package'.
author
morioka
<morioka>
Sun, 13 Sep 1998 06:18:19 +0000
(06:18 +0000)
committer
morioka
<morioka>
Sun, 13 Sep 1998 06:18:19 +0000
(06:18 +0000)
(install-package): Use `elc' instead of `package'.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
e95cdb3
..
79b51a3
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-25,10
+25,7
@@
install:
$(EMACS) $(FLAGS) -f install-apel $(PREFIX) $(LISPDIR)
-package:
- $(XEMACS) $(FLAGS) -f compile-apel-package $(PACKAGEDIR)
-
-install-package: package
+install-package: elc
$(XEMACS) $(FLAGS) -f install-apel-package $(PACKAGEDIR)