From 561f9fe84b25809fe77015cdbbb84077f65de853 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 12 Feb 2015 23:43:13 -0500 Subject: Makefile: Fix autoloads rule. - Actually save the autoloads file. - Prevent backup file from being generated. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a2f3f7..64d187c 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ autoloads: $(AUTOLOADS_FILE) $(AUTOLOADS_FILE): $(main_el) @$(EMACS) --eval \ - "(update-file-autoloads \"$(CURDIR)/$<\" nil \"$(CURDIR)/$@\")" + "(let (make-backup-files) \ + (update-file-autoloads \"$(CURDIR)/$<\" t \"$(CURDIR)/$@\"))" .PHONY: clean clean: -- cgit v1.2.3