1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

* lisp/Makefile.in (autoloads-force): Fix usage of ".PHONY".

This commit is contained in:
Eli Zaretskii 2017-04-12 12:01:48 +03:00
parent 3fdd3bb56c
commit cc7a816936

View file

@ -195,7 +195,8 @@ $(lisp)/loaddefs.el: $(LOADDEFS)
# autoloads only runs when loaddefs.el is nonexistent, although it
# generates a number of different files. Provide a force option to enable
# regeneration of all these files.
autoloads-force .PHONY:
.PHONY: autoloads-force
autoloads-force:
rm loaddefs.el
$(MAKE) autoloads