diff options
| author | Enrico Tassi | 2018-07-07 15:55:02 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2018-07-07 15:55:02 +0100 |
| commit | 625b08a93ffaa3d75d87861876a337666631f6e0 (patch) | |
| tree | 90ba7294fb879455e4dfa045f83dba18d90a07e9 /Makefile.install | |
| parent | fe371675fc85d712f5124d73157bd833e8fa14a6 (diff) | |
| parent | 5d4616f63c66291d2e83c5d9847749fa89b33bf6 (diff) | |
Merge PR #7956: Rebuild coqtop$(EXE) in "make coqbinaries" in addition to coqtop.opt$(EXE).
Diffstat (limited to 'Makefile.install')
| -rw-r--r-- | Makefile.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.install b/Makefile.install index 010e35d424..21015d3368 100644 --- a/Makefile.install +++ b/Makefile.install @@ -70,7 +70,7 @@ endif install-binaries: install-tools $(MKDIR) $(FULLBINDIR) - $(INSTALLBIN) $(COQC) $(CHICKEN) $(COQTOPEXE) $(TOPBIN) $(FULLBINDIR) + $(INSTALLBIN) $(COQC) $(CHICKEN) $(COQTOPEXE) $(TOPBINOPT) $(FULLBINDIR) install-byte: install-coqide-byte $(MKDIR) $(FULLBINDIR) |
