From a5b7b0eb47c998e2c92841b72d9d95e6e5cc260e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 2 Oct 2009 15:46:46 +0000 Subject: [PATCH] (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR). --- lisp/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5