diff options
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 |