]> git.eshelyaron.com Git - emacs.git/commitdiff
(update-subdirs-SH): Create lisp/subdirs.el.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Jan 2003 08:58:33 +0000 (08:58 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Jan 2003 08:58:33 +0000 (08:58 +0000)
lisp/makefile.w32-in

index e2c013347718e94b6ff9acd9a60fa4bab6257a89..e09c3bb28d815a8cfe32f684bb1af6f9deb78ac1 100644 (file)
@@ -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;