diff options
| author | Po Lu | 2021-12-10 14:50:21 +0800 |
|---|---|---|
| committer | Po Lu | 2021-12-10 14:50:21 +0800 |
| commit | cc0f147180300b672894de931bee76b2a3a719e9 (patch) | |
| tree | 2fca1fb8adcb4aa1726f3274922f78eafe9a1aa5 /lisp/Makefile.in | |
| parent | 6919d5a7c0a23c14ae77f7c708ea6d0ef2478108 (diff) | |
| parent | 6e865a7171d80cd91b54c6d71b88d960b920abe3 (diff) | |
| download | emacs-cc0f147180300b672894de931bee76b2a3a719e9.tar.gz emacs-cc0f147180300b672894de931bee76b2a3a719e9.zip | |
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'lisp/Makefile.in')
| -rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 353c9e652c6..df9e5c36ee1 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -60,7 +60,7 @@ BYTE_COMPILE_EXTRA_FLAGS = | |||
| 60 | # The example above is just for developers, it should not be used by default. | 60 | # The example above is just for developers, it should not be used by default. |
| 61 | 61 | ||
| 62 | # Those automatically generated autoload files that need special rules | 62 | # Those automatically generated autoload files that need special rules |
| 63 | # to build; ie not including things created via generated-autoload-file | 63 | # to build; i.e. not including things created via generated-autoload-file |
| 64 | # (eg calc/calc-loaddefs.el). | 64 | # (eg calc/calc-loaddefs.el). |
| 65 | LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \ | 65 | LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \ |
| 66 | $(lisp)/calendar/diary-loaddefs.el \ | 66 | $(lisp)/calendar/diary-loaddefs.el \ |