aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5adaef7..8b3e837 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,9 @@ autoloads: $(AUTOLOADS_FILE)
$(AUTOLOADS_FILE): $(main_el)
@$(EMACS) --eval \
- "(let (make-backup-files) \
- (update-file-autoloads \"$(CURDIR)/$<\" t \"$(CURDIR)/$@\"))"
+ "(let ((make-backup-files nil) \
+ (generated-autoload-file \"$(CURDIR)/$@\")) \
+ (update-file-autoloads \"$(CURDIR)/$<\" t))"
.PHONY: clean
clean: