]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/Makefile.in (CAL_SRC): Skip calendar.el.
authorGlenn Morris <rgm@gnu.org>
Wed, 6 Jan 2016 22:40:00 +0000 (17:40 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 6 Jan 2016 22:40:00 +0000 (17:40 -0500)
lisp/Makefile.in

index ca69c0a154a1b90b0c6a575e669c7565849eb998..3d0c95dcb5ef0f669c339f1da28c830e6c70f705 100644 (file)
@@ -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)