changeset 46757:01659e103b99

(update-subdirs-CMD): Generate the right list of subdirectories. From Tak Ota <Takaaki.Ota@am.sony.com>.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 31 Jul 2002 08:09:26 +0000
parents 829d6f1591b8
children b0f1eb332cc5
files lisp/makefile.w32-in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/makefile.w32-in	Wed Jul 31 07:45:58 2002 +0000
+++ b/lisp/makefile.w32-in	Wed Jul 31 08:09:26 2002 +0000
@@ -195,11 +195,11 @@
 update-subdirs: update-subdirs-$(SHELLTYPE)
 
 update-subdirs-CMD: doit
-	@set QWINS=
-	@for %d in ($(WINS)) do if not (%d)==(term) set QWINS=%QWINS% "%d"
 	echo ;; In load-path, after this directory should come> subdirs.el
 	echo ;; certain of its subdirectories.  Here we specify them.>> subdirs.el
-	echo (normal-top-level-add-to-load-path $(SQUOTE)(%QWINS%))>> subdirs.el
+	echo (normal-top-level-add-to-load-path $(SQUOTE)(>> subdirs.el
+	@for %d in ($(WINS)) do if not (%d)==(term) echo "%d">> subdirs.el
+	echo ))>> subdirs.el
 
 update-subdirs-SH: doit
 	wd=$(lisp); $(setwins); \