emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 142e827: Fix dependencies for files in the 'nt' subdirectory


From: Eli Zaretskii
Subject: master 142e827: Fix dependencies for files in the 'nt' subdirectory
Date: Sat, 4 Dec 2021 02:13:39 -0500 (EST)

branch: master
commit 142e827bc409ddb2692fcbd3d921db6ffdd651ac
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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.
---
 Makefile.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 4b40d87..e6c3373 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]