(update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).

This commit is contained in:
Eli Zaretskii 2009-10-02 15:46:46 +00:00
parent 8d6c1239cb
commit a5b7b0eb47

View file

@ -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