diff options
Diffstat (limited to 'lang/php-mode.el/files/patch-Makefile')
-rw-r--r-- | lang/php-mode.el/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php-mode.el/files/patch-Makefile b/lang/php-mode.el/files/patch-Makefile new file mode 100644 index 000000000000..84e1dfac8b87 --- /dev/null +++ b/lang/php-mode.el/files/patch-Makefile @@ -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) + |