From: Eli Zaretskii Date: Sat, 4 Dec 2021 07:07:12 +0000 (+0200) Subject: Fix dependencies for files in the 'nt' subdirectory X-Git-Tag: emacs-29.0.90~3617^2~34 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=142e827bc409ddb2692fcbd3d921db6ffdd651ac;p=emacs.git Fix dependencies for files in the 'nt' subdirectory * Makefile.in ($(NTDIR)): If non-empty, depend on 'lib'. That's because some files in nt/ include generated Gnulib headers. --- diff --git a/Makefile.in b/Makefile.in index 4b40d8741d4..e6c337385a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -427,6 +427,10 @@ epaths-force-ns-self-contained: epaths-force -e 's;${ns_appdir}/;;') && \ ${srcdir}/build-aux/move-if-change epaths.h.$$$$ src/epaths.h +ifneq ($(NTDIR),) +$(NTDIR): lib +endif + lib-src src: $(NTDIR) lib src: lib-src