diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-15 07:06:28 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-15 07:06:28 +0000 |
commit | f5762a9ce347cb4d39869ac9535f3dbb57d62579 (patch) | |
tree | 711b4385f90fed053e0d4573d6a4e9d942c2bb4c /lang/php-mode.el/files | |
parent | devel/treepy.el: Update to 0.1.2 (diff) |
lang/php-mode.el: Update to 1.23.0
PR: 248510
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Diffstat (limited to 'lang/php-mode.el/files')
-rw-r--r-- | lang/php-mode.el/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |