(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 e2c0133..e09c3bb 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;