emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master efa8087: * lisp/Makefile.in (CAL_SRC): Skip calenda


From: Glenn Morris
Subject: [Emacs-diffs] master efa8087: * lisp/Makefile.in (CAL_SRC): Skip calendar.el.
Date: Wed, 06 Jan 2016 22:40:07 +0000

branch: master
commit efa8087d4b681a6bf673ec6f2d8220bf98705e72
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/Makefile.in (CAL_SRC): Skip calendar.el.
---
 lisp/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index ca69c0a..3d0c95d 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]