From: Glenn Morris Date: Wed, 6 Jan 2016 22:40:00 +0000 (-0500) Subject: * lisp/Makefile.in (CAL_SRC): Skip calendar.el. X-Git-Tag: emacs-26.0.90~2821^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efa8087d4b681a6bf673ec6f2d8220bf98705e72;p=emacs.git * lisp/Makefile.in (CAL_SRC): Skip calendar.el. --- 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) CAL_DIR = $(lisp)/calendar ## Those files that may contain internal calendar autoload cookies. CAL_SRC = $(addprefix ${CAL_DIR}/,diary-lib.el holidays.el lunar.el solar.el) -CAL_SRC := $(sort ${CAL_SRC} $(wildcard ${CAL_DIR}/cal*.el)) +CAL_SRC := $(sort ${CAL_SRC} $(wildcard ${CAL_DIR}/cal-*.el)) CAL_SRC := $(filter-out ${CAL_DIR}/cal-loaddefs.el,${CAL_SRC}) $(CAL_DIR)/cal-loaddefs.el: $(CAL_SRC)