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:
parent
3fdd3bb56c
commit
cc7a816936
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue