diff options
| author | Maxime Dénès | 2017-10-16 10:27:41 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-16 10:27:41 +0200 |
| commit | d7d414ee56f2ace81097d3ce72e7db53edeaeb0c (patch) | |
| tree | 3cdf40a262ee188dcdf13b1157a85528911fe425 /Makefile.install | |
| parent | f8975f9fce08c7d43e6e57be980cfa36635969a9 (diff) | |
| parent | 30c476f28a655b30a7c6ccbf547c7a12005351ab (diff) | |
Merge PR #1152: Fix BZ#5785 (make install -j broken)
Diffstat (limited to 'Makefile.install')
| -rw-r--r-- | Makefile.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.install b/Makefile.install index 4800f8f3fa..55229deb96 100644 --- a/Makefile.install +++ b/Makefile.install @@ -77,6 +77,7 @@ endif install-byte: install-coqide-byte $(MKDIR) $(FULLBINDIR) $(INSTALLBIN) $(COQTOPBYTE) $(FULLBINDIR) + $(MKDIR) $(FULLCOQLIB)/toploop $(INSTALLBIN) $(TOPLOOPCMA) $(FULLCOQLIB)/toploop/ $(INSTALLSH) $(FULLCOQLIB) $(LINKCMO) $(PLUGINS) ifndef CUSTOM |
