]> code.delx.au - gnu-emacs/blobdiff - lisp/makefile.w32-in
(shadow-parse-fullname): Renamed from shadow-parse-fullpath.
[gnu-emacs] / lisp / makefile.w32-in
index e2c013347718e94b6ff9acd9a60fa4bab6257a89..a55c43667d3b47f84234e41d46f0a0698b59842e 100644 (file)
@@ -72,6 +72,8 @@ DONTCOMPILE = \
        $(lisp)/international/mule-conf.el \
        $(lisp)/language/czech.el \
        $(lisp)/language/devanagari.el \
+       $(lisp)/language/malayalam.el \
+       $(lisp)/language/tamil.el \
        $(lisp)/language/english.el \
        $(lisp)/language/greek.el \
        $(lisp)/language/hebrew.el \
@@ -236,6 +238,7 @@ update-subdirs-CMD: doit
        echo ))>> subdirs.el
 
 update-subdirs-SH: doit
+       $(srcdir)/update-subdirs $(lisp); \
        for file in $(WINS); do \
           $(srcdir)/update-subdirs $$file; \
        done;