relying on shell globbing.
+2002-03-27 Andrew Innes <andrewi@gnu.org>
+
+ * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
+ relying on shell globbing.
+
2002-03-27 Colin Walters <walters@debian.org>
* ibuffer.el (ibuffer-help-buffer-modes): New variable.
bootstrap-clean-SH:
# if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
- -rm -f $(lisp)/*.elc $(lisp)/*/*.elc
+# -rm -f $(lisp)/*.elc $(lisp)/*/*.elc
+ -for dir in . $(WINS); do rm -f $$dir/*.elc; done
# Generate/update files for the bootstrap process.