(update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
This commit is contained in:
parent
8d6c1239cb
commit
a5b7b0eb47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue