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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user