branch: elpa-admin
commit 428b3688a2615c6a8e0f41f8680c41ddb8a7cc07
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
Add "rudel" to the list of externals.
---
GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GNUmakefile b/GNUmakefile
index eb3ce43..4df319d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -132,7 +132,7 @@ elcs := $(call SET-diff, $(naive_elcs), $(patsubst %.el,
%.elc, $(nbc_els)))
@echo 'Byte compiling $<'
@$(EMACS) \
--eval "(setq package-directory-list nil package-user-dir
\"$(abspath packages)\")" \
- --eval '(package-initialize)' \
+ -f package-initialize \
-L $(dir $@) -f batch-byte-compile $<
.PHONY: elcs