aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/makefile.w32-in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index e2c0133477..e09c3bb28d 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;