Add a missing patch

This commit is contained in:
Akinori MUSHA 2018-08-07 15:35:03 +00:00
parent 4074001b8c
commit fcb6995a68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476603

View file

@ -0,0 +1,11 @@
--- Makefile.orig 2018-07-26 10:19:39 UTC
+++ Makefile
@@ -6,7 +6,7 @@ ELCS = $(ELS:.el=.elc)
%.elc: %.el
$(EMACS) -Q -batch -L . -f batch-byte-compile $<
-all: autoloads $(ELCS)
+all: $(ELCS)
autoloads: $(AUTOLOADS)