aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/Makefile.in2
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)
402CAL_DIR = $(lisp)/calendar 402CAL_DIR = $(lisp)/calendar
403## Those files that may contain internal calendar autoload cookies. 403## Those files that may contain internal calendar autoload cookies.
404CAL_SRC = $(addprefix ${CAL_DIR}/,diary-lib.el holidays.el lunar.el solar.el) 404CAL_SRC = $(addprefix ${CAL_DIR}/,diary-lib.el holidays.el lunar.el solar.el)
405CAL_SRC := $(sort ${CAL_SRC} $(wildcard ${CAL_DIR}/cal*.el)) 405CAL_SRC := $(sort ${CAL_SRC} $(wildcard ${CAL_DIR}/cal-*.el))
406CAL_SRC := $(filter-out ${CAL_DIR}/cal-loaddefs.el,${CAL_SRC}) 406CAL_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)