diff options
| author | Glenn Morris | 2016-01-06 17:40:00 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-01-06 17:40:00 -0500 |
| commit | efa8087d4b681a6bf673ec6f2d8220bf98705e72 (patch) | |
| tree | 1883e442489ebb4c3110a425dc9783c993080663 | |
| parent | baca4ad73e8b92b8ccf8ea9df1188b0195c1629b (diff) | |
| download | emacs-efa8087d4b681a6bf673ec6f2d8220bf98705e72.tar.gz emacs-efa8087d4b681a6bf673ec6f2d8220bf98705e72.zip | |
* lisp/Makefile.in (CAL_SRC): Skip calendar.el.
| -rw-r--r-- | lisp/Makefile.in | 2 |
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) | |||
| 402 | CAL_DIR = $(lisp)/calendar | 402 | CAL_DIR = $(lisp)/calendar |
| 403 | ## Those files that may contain internal calendar autoload cookies. | 403 | ## Those files that may contain internal calendar autoload cookies. |
| 404 | CAL_SRC = $(addprefix ${CAL_DIR}/,diary-lib.el holidays.el lunar.el solar.el) | 404 | CAL_SRC = $(addprefix ${CAL_DIR}/,diary-lib.el holidays.el lunar.el solar.el) |
| 405 | CAL_SRC := $(sort ${CAL_SRC} $(wildcard ${CAL_DIR}/cal*.el)) | 405 | CAL_SRC := $(sort ${CAL_SRC} $(wildcard ${CAL_DIR}/cal-*.el)) |
| 406 | CAL_SRC := $(filter-out ${CAL_DIR}/cal-loaddefs.el,${CAL_SRC}) | 406 | CAL_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) |