summaryrefslogtreecommitdiff
path: root/lang/php-mode.el/files/patch-Makefile
blob: 84e1dfac8b8716f1adbe9d2d09e3e1e646ac396f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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)