We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ace2e1 commit b8d6dc0Copy full SHA for b8d6dc0
1 file changed
lisp/Makefile
@@ -1,9 +1,9 @@
1
-include ../config.mk
2
include ../default.mk
3
4
-lisp: $(ELCS) loaddefs check-declare
+lisp: $(ELCS) autoloads check-declare
5
6
-loaddefs: $(PKG)-autoloads.el
+autoloads: $(PKG)-autoloads.el
7
8
$(PKG)-db.elc:
9
$(PKG)-core.elc: $(PKG)-db.elc
0 commit comments