From: Eli Zaretskii Date: Fri, 2 Oct 2009 15:46:46 +0000 (+0000) Subject: (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR). X-Git-Tag: emacs-pretest-23.1.90~983 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5b7b0eb47c998e2c92841b72d9d95e6e5cc260e;p=emacs.git (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR). --- diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 42fd0061b5f..3863fe7bc0b 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -210,7 +210,7 @@ update-subdirs-CMD: doit echo ;; In load-path, after this directory should come>> $(lisp)/subdirs.el echo ;; certain of its subdirectories. Here we specify them.>> $(lisp)/subdirs.el echo (normal-top-level-add-to-load-path $(SQUOTE)(>> $(lisp)/subdirs.el - @for %%d in ($(WINS_SUBDIR)) do echo "%%d">> $(lisp)/subdirs.el + @for %%d in ($(WINS_SUBDIR) cedet) do echo "%%d">> $(lisp)/subdirs.el echo ))>> $(lisp)/subdirs.el update-subdirs-SH: doit