]> git.eshelyaron.com Git - emacs.git/commitdiff
(update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Oct 2009 15:46:46 +0000 (15:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Oct 2009 15:46:46 +0000 (15:46 +0000)
lisp/makefile.w32-in

index 42fd0061b5f47ce10f20283612cb1eab303a4ae8..3863fe7bc0bc8e1047e6a9336a4e85c52ead9d75 100644 (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