Files
ports/lang/php-mode.el/files/patch-Makefile
2018-08-07 15:35:03 +00:00

12 lines
227 B
Plaintext

--- 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)