diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2018-08-07 15:35:03 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2018-08-07 15:35:03 +0000 |
commit | fcb6995a680f110c25ea2f04eef39c1fc1149f6c (patch) | |
tree | 30472f6f33a2aca04c1cceb11762d04de8452b35 /lang/php-mode.el/files | |
parent | Update Mojolicious to 7.89 (diff) |
Add a missing patch
Diffstat (limited to 'lang/php-mode.el/files')
-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) + |