Skip to content

Commit d047eb4

Browse files
committed
Fix Makefile
1 parent c500802 commit d047eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
EMACS ?= emacs
22
ELS = php.el php-face.el php-project.el php-mode.el php-mode-debug.el php-mode-test.el
3-
AUTOLOADS = php-project-autoloads.el php-mode-autoloads.el
3+
AUTOLOADS = php-mode-autoloads.el
44
ELCS = $(ELS:.el=.elc)
55

66
%.elc: %.el

0 commit comments

Comments
 (0)