diff options
| -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 ca69c0a154a..3d0c95dcb5e 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -402,7 +402,7 @@ $(TRAMP_DIR)/tramp-loaddefs.el: $(TRAMP_SRC) | |||
| 402 | CAL_DIR = $(lisp)/calendar | 402 | CAL_DIR = $(lisp)/calendar |
| 403 | ## Those files that may contain internal calendar autoload cookies. | 403 | ## Those files that may contain internal calendar autoload cookies. |
| 404 | CAL_SRC = $(addprefix ${CAL_DIR}/,diary-lib.el holidays.el lunar.el solar.el) | 404 | CAL_SRC = $(addprefix ${CAL_DIR}/,diary-lib.el holidays.el lunar.el solar.el) |
| 405 | CAL_SRC := $(sort ${CAL_SRC} $(wildcard ${CAL_DIR}/cal*.el)) | 405 | CAL_SRC := $(sort ${CAL_SRC} $(wildcard ${CAL_DIR}/cal-*.el)) |
| 406 | CAL_SRC := $(filter-out ${CAL_DIR}/cal-loaddefs.el,${CAL_SRC}) | 406 | CAL_SRC := $(filter-out ${CAL_DIR}/cal-loaddefs.el,${CAL_SRC}) |
| 407 | 407 | ||
| 408 | $(CAL_DIR)/cal-loaddefs.el: $(CAL_SRC) | 408 | $(CAL_DIR)/cal-loaddefs.el: $(CAL_SRC) |