aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2016-01-06 17:40:00 -0500
committerGlenn Morris2016-01-06 17:40:00 -0500
commitefa8087d4b681a6bf673ec6f2d8220bf98705e72 (patch)
tree1883e442489ebb4c3110a425dc9783c993080663
parentbaca4ad73e8b92b8ccf8ea9df1188b0195c1629b (diff)
downloademacs-efa8087d4b681a6bf673ec6f2d8220bf98705e72.tar.gz
emacs-efa8087d4b681a6bf673ec6f2d8220bf98705e72.zip
* lisp/Makefile.in (CAL_SRC): Skip calendar.el.
-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)