1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

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.
This commit is contained in:
Eli Zaretskii 2012-12-11 09:49:06 +02:00
parent 4c1acb95df
commit d46d2d3a70
2 changed files with 6 additions and 1 deletions

View 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.

View 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 \