From d46d2d3a70ee7cc2ac156d5a2824e83e9160b96a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 11 Dec 2012 09:49:06 +0200 Subject: Fix a typo in lisp/makefile.w32-in. See http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00288.html for the details. lisp/makefile.w32-in (compile4-SH): Fix a typo that caused term subdirectory be skipped. --- lisp/ChangeLog | 5 +++++ lisp/makefile.w32-in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c07c9627d1..17dc012fda 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-12-11 Eli Zaretskii + + * makefile.w32-in (compile4-SH): Fix a typo that caused term + subdirectory be skipped. + 2012-12-11 Glenn Morris * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes. diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index cb2cba466f..b6beb6b292 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -387,7 +387,7 @@ compile3-SH: autoloads compile0-SH done compile4-SH: autoloads compile0-SH - for dir in $(WINS_BASIC4) $(WINS_CEDET) terms obsolete; do \ + for dir in $(WINS_BASIC4) $(WINS_CEDET) term obsolete; do \ for el in $$dir/*.el; do \ if test -f $$el; \ then \ -- cgit v1.2.3