mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
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:
parent
c911495fb1
commit
687fe594d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue