diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-10-02 12:19:24 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-10-02 12:19:24 +0000 |
commit | d2bda74fc92d399a4855f1ba3fd148448ffe516b (patch) | |
tree | fdcb16df11bcb9c9e55d47ec8287012907b942d7 /lisp/makefile.w32-in | |
parent | 3999968a738479642f0b508da1cf1920e254c079 (diff) | |
download | emacs-d2bda74fc92d399a4855f1ba3fd148448ffe516b.tar.gz |
(WINS_BASIC): Remove cedet.
(WINS_CEDET): Add cedet.
(update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 99511f4544d..42fd0061b5f 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -84,6 +84,7 @@ emacs = "$(EMACS)" $(EMACSOPT) # Have to define the list of subdirs manually when not using sh. WINS_CEDET=\ + cedet \ cedet/ede \ cedet/semantic \ cedet/srecode @@ -91,7 +92,6 @@ WINS_CEDET=\ WINS_BASIC=\ calc \ calendar \ - cedet \ emacs-lisp \ emulation \ erc \ @@ -215,7 +215,7 @@ update-subdirs-CMD: doit update-subdirs-SH: doit $(srcdir)/update-subdirs $(lisp); \ - for file in $(WINS); do \ + for file in $(WINS_SUBDIR); do \ $(srcdir)/update-subdirs $$file; \ done; |