]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in lisp/makefile.w32-in.
authorEli Zaretskii <eliz@gnu.org>
Tue, 11 Dec 2012 07:49:06 +0000 (09:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 11 Dec 2012 07:49:06 +0000 (09:49 +0200)
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
lisp/makefile.w32-in

index c07c9627d1c83421fd30d2e524b5d20d0bdd2c5a..17dc012fdabc08519df819e26051c17e7aca545c 100644 (file)
@@ -1,3 +1,8 @@
+2012-12-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (compile4-SH): Fix a typo that caused term
+       subdirectory be skipped.
+
 2012-12-11  Glenn Morris  <rgm@gnu.org>
 
        * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
index cb2cba466f6fd62c6b17057a424b29299f61f32a..b6beb6b292abf6e87734a7770892cfa58d5d581f 100644 (file)
@@ -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 \