diff lisp/makefile.w32-in @ 49482:a5390a508759

(update-subdirs-SH): Create lisp/subdirs.el.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Jan 2003 08:58:33 +0000
parents 06b77df47802
children 1df1c7ec81fd
line wrap: on
line diff
--- a/lisp/makefile.w32-in	Mon Jan 27 08:50:00 2003 +0000
+++ b/lisp/makefile.w32-in	Mon Jan 27 08:58:33 2003 +0000
@@ -236,6 +236,7 @@
 	echo ))>> subdirs.el
 
 update-subdirs-SH: doit
+	$(srcdir)/update-subdirs $(lisp); \
 	for file in $(WINS); do \
 	   $(srcdir)/update-subdirs $$file; \
 	done;