diff options
Diffstat (limited to 'lisp/Makefile.in')
| -rw-r--r-- | lisp/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
