diff options
| author | Eli Zaretskii | 2009-10-02 15:46:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-10-02 15:46:46 +0000 |
| commit | a5b7b0eb47c998e2c92841b72d9d95e6e5cc260e (patch) | |
| tree | 99642c9083773104049ce6e909c182beae747f1b | |
| parent | 8d6c1239cb77da219180facf7937c259fc66767c (diff) | |
| download | emacs-a5b7b0eb47c998e2c92841b72d9d95e6e5cc260e.tar.gz emacs-a5b7b0eb47c998e2c92841b72d9d95e6e5cc260e.zip | |
(update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
| -rw-r--r-- | lisp/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 210 | echo ;; In load-path, after this directory should come>> $(lisp)/subdirs.el | 210 | echo ;; In load-path, after this directory should come>> $(lisp)/subdirs.el |
| 211 | echo ;; certain of its subdirectories. Here we specify them.>> $(lisp)/subdirs.el | 211 | echo ;; certain of its subdirectories. Here we specify them.>> $(lisp)/subdirs.el |
| 212 | echo (normal-top-level-add-to-load-path $(SQUOTE)(>> $(lisp)/subdirs.el | 212 | echo (normal-top-level-add-to-load-path $(SQUOTE)(>> $(lisp)/subdirs.el |
| 213 | @for %%d in ($(WINS_SUBDIR)) do echo "%%d">> $(lisp)/subdirs.el | 213 | @for %%d in ($(WINS_SUBDIR) cedet) do echo "%%d">> $(lisp)/subdirs.el |
| 214 | echo ))>> $(lisp)/subdirs.el | 214 | echo ))>> $(lisp)/subdirs.el |
| 215 | 215 | ||
| 216 | update-subdirs-SH: doit | 216 | update-subdirs-SH: doit |