mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
11 lines
239 B
Text
11 lines
239 B
Text
--- Makefile.orig 2020-05-06 11:22:27 UTC
|
|
+++ Makefile
|
|
@@ -6,7 +6,7 @@ ELCS = $(ELS:.el=.elc)
|
|
%.elc: %.el
|
|
$(EMACS) -Q -batch -L . -f batch-byte-compile $<
|
|
|
|
-all: autoloads $(ELCS) authors
|
|
+all: $(ELCS) authors
|
|
|
|
authors: AUTHORS.md
|
|
|