changeset 105378:b68edadf2115

(WINS_BASIC): Remove cedet. (WINS_CEDET): Add cedet. (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Oct 2009 12:18:59 +0000
parents 7f4c7f5c0eba
children e59536a2076b
files lisp/makefile.w32-in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;