changeset 105387:e9079a7fb794

(update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Oct 2009 15:46:46 +0000
parents f004275b4271
children 6e4fd9b25ba3
files lisp/makefile.w32-in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/makefile.w32-in	Fri Oct 02 14:36:54 2009 +0000
+++ b/lisp/makefile.w32-in	Fri Oct 02 15:46:46 2009 +0000
@@ -210,7 +210,7 @@
 	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