]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix dependencies for files in the 'nt' subdirectory
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Dec 2021 07:07:12 +0000 (09:07 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Dec 2021 07:07:12 +0000 (09:07 +0200)
* Makefile.in ($(NTDIR)): If non-empty, depend on 'lib'.  That's
because some files in nt/ include generated Gnulib headers.

Makefile.in

index 4b40d8741d4bc98b41c8df7fc7b92503f74c649d..e6c337385a7267a0da718a34b3ac45bb82f6da3b 100644 (file)
@@ -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