From: morioka Date: Sun, 13 Sep 1998 06:18:19 +0000 (+0000) Subject: Abolish target `package'. X-Git-Tag: apel-8_18~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=81b99a94d049575688dcac072e9f370598ef21e9;p=elisp%2Fapel.git Abolish target `package'. (install-package): Use `elc' instead of `package'. --- diff --git a/Makefile b/Makefile index e95cdb3..79b51a3 100644 --- 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)