# HG changeset patch # User Eli Zaretskii # Date 1254485939 0 # Node ID b68edadf21151fbb0fafde9bdf04817f0861f0aa # Parent 7f4c7f5c0eba054a327fb67ef9115ee055df20c1 (WINS_BASIC): Remove cedet. (WINS_CEDET): Add cedet. (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS). diff -r 7f4c7f5c0eba -r b68edadf2115 lisp/makefile.w32-in --- a/lisp/makefile.w32-in Fri Oct 02 10:53:34 2009 +0000 +++ b/lisp/makefile.w32-in Fri Oct 02 12:18:59 2009 +0000 @@ -84,6 +84,7 @@ # 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_BASIC=\ calc \ calendar \ - cedet \ emacs-lisp \ emulation \ erc \ @@ -215,7 +215,7 @@ update-subdirs-SH: doit $(srcdir)/update-subdirs $(lisp); \ - for file in $(WINS); do \ + for file in $(WINS_SUBDIR); do \ $(srcdir)/update-subdirs $$file; \ done;