From f5762a9ce347cb4d39869ac9535f3dbb57d62579 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 15 Aug 2020 07:06:28 +0000 Subject: lang/php-mode.el: Update to 1.23.0 PR: 248510 Submitted by: Yasuhiro KIMURA (maintainer) --- lang/php-mode.el/files/patch-Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/php-mode.el/files') diff --git a/lang/php-mode.el/files/patch-Makefile b/lang/php-mode.el/files/patch-Makefile index 84e1dfac8b87..8f8be0fa8a7c 100644 --- a/lang/php-mode.el/files/patch-Makefile +++ b/lang/php-mode.el/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig 2018-07-26 10:19:39 UTC +--- 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) -+all: $(ELCS) +-all: autoloads $(ELCS) authors ++all: $(ELCS) authors - autoloads: $(AUTOLOADS) + authors: AUTHORS.md -- cgit v1.2.3