diff options
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; |