diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-01-27 08:58:33 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-01-27 08:58:33 +0000 |
commit | 0cfc4b54358ce08a10419521c91d5db910fe9728 (patch) | |
tree | 6d080a2495502d03adf761c69c3a10ef7fe51245 /lisp/makefile.w32-in | |
parent | b2f6a2ab27e8b395c81bb1463825b1152ad496e2 (diff) | |
download | emacs-0cfc4b54358ce08a10419521c91d5db910fe9728.tar.gz |
(update-subdirs-SH): Create lisp/subdirs.el.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index e2c01334771..e09c3bb28d8 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -236,6 +236,7 @@ update-subdirs-CMD: doit echo ))>> subdirs.el update-subdirs-SH: doit + $(srcdir)/update-subdirs $(lisp); \ for file in $(WINS); do \ $(srcdir)/update-subdirs $$file; \ done; |