mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
11 lines
227 B
Text
11 lines
227 B
Text
--- 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)
|
|
|