summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2026-03-19 17:19:44 +0200
committerEli Zaretskii <eliz@gnu.org>2026-03-19 17:19:44 +0200
commit687fe594d6409c91cb7cbf8d67e0bd9ecaa8513c (patch)
tree1c8205a172ac2f1c150629b165a9ad1e2a8a8ce3 /Makefile.in
parentc911495fb1ceb577188de3bd071ba85eef12fe26 (diff)
Fix "make install-nt" in parallel builds
* Makefile.in (install-nt): Add order-only dependency on $(NTDIR). Suggested by Joel Reicher <joel.reicher@gmail.com>. (Bug#80470)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7ef78260131..849a75c82c5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -645,7 +645,7 @@ endif
### Windows-specific install target for installing programs produced
### in nt/, and its Posix do-nothing shadow.
install-:
-install-nt:
+install-nt: | $(NTDIR)
$(MAKE) -C $(NTDIR) install
## In the share directory, we are deleting: