diff options
author | Jason Gross <jgross@mit.edu> | 2017-10-13 13:27:06 -0400 |
---|---|---|
committer | Jason Gross <jgross@mit.edu> | 2017-10-13 13:27:06 -0400 |
commit | 43e3768ae50a1a4ab3dbb77cdd46b3a810f31453 (patch) | |
tree | 40bbe122e7c42a18946064ff6303770ea18d7faa /Makefile.install | |
parent | f8975f9fce08c7d43e6e57be980cfa36635969a9 (diff) |
Fix BZ#5785 (make install -j broken)
This adds back `$(MKDIR) $(FULLCOQLIB)/toploop`, which was lost between
8.6 and 8.7.
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 4800f8f3f..55229deb9 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 |