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)
This commit is contained in:
Eli Zaretskii
2026-03-19 17:19:44 +02:00
parent c911495fb1
commit 687fe594d6

View File

@@ -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: