Skip to content

Commit b8d6dc0

Browse files
committed
make: Rename loaddefs target to autoloads
1 parent 3ace2e1 commit b8d6dc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lisp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-include ../config.mk
22
include ../default.mk
33

4-
lisp: $(ELCS) loaddefs check-declare
4+
lisp: $(ELCS) autoloads check-declare
55

6-
loaddefs: $(PKG)-autoloads.el
6+
autoloads: $(PKG)-autoloads.el
77

88
$(PKG)-db.elc:
99
$(PKG)-core.elc: $(PKG)-db.elc

0 commit comments

Comments
 (0)