diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |