emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111187: Fix a typo in lisp/makefile.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111187: Fix a typo in lisp/makefile.w32-in.
Date: Tue, 11 Dec 2012 09:49:06 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111187
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2012-12-11 09:49:06 +0200
message:
  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.
modified:
  lisp/ChangeLog
  lisp/makefile.w32-in
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-12-11 04:44:26 +0000
+++ b/lisp/ChangeLog    2012-12-11 07:49:06 +0000
@@ -1,3 +1,8 @@
+2012-12-11  Eli Zaretskii  <address@hidden>
+
+       * makefile.w32-in (compile4-SH): Fix a typo that caused term
+       subdirectory be skipped.
+
 2012-12-11  Glenn Morris  <address@hidden>
 
        * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.

=== modified file 'lisp/makefile.w32-in'
--- a/lisp/makefile.w32-in      2012-12-09 21:32:12 +0000
+++ b/lisp/makefile.w32-in      2012-12-11 07:49:06 +0000
@@ -387,7 +387,7 @@
        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 \


reply via email to

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