From: Eli Zaretskii Date: Wed, 12 Apr 2017 09:01:48 +0000 (+0300) Subject: * lisp/Makefile.in (autoloads-force): Fix usage of ".PHONY". X-Git-Tag: emacs-26.0.90~521^2~650 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc7a81693638f25cac65bbab013fc23da1ef4bcc;p=emacs.git * lisp/Makefile.in (autoloads-force): Fix usage of ".PHONY". --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 63d593c7e68..334f2a44bb2 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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