diff options
| author | Enrico Tassi | 2019-02-07 17:33:44 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2019-02-07 17:33:44 +0100 |
| commit | e209341f6b9858279d2fe53d1eb795ff25925eed (patch) | |
| tree | 0fe0035e1688dd878a17e3f464de0d4fe0d82c0d /Makefile.common | |
| parent | 99c1d7b0ae1beed66fe8dd6a06db84dc0c8322d8 (diff) | |
| parent | f29aa6720eba884533972530b4283bf19d8410aa (diff) | |
Merge PR #9477: Makefiles: Fixes for byte compilation
Reviewed-by: gares
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 8292158ef8..bd0e19cd00 100644 --- a/Makefile.common +++ b/Makefile.common @@ -75,10 +75,12 @@ endif # for Declare ML Module files. ifeq ($(BEST),opt) +TOPBIN:=$(TOPBINOPT) COQTOPBEST:=$(COQTOPEXE) DYNOBJ:=.cmxs DYNLIB:=.cmxs else +TOPBIN:=$(TOPBYTE) COQTOPBEST:=$(COQTOPBYTE) DYNOBJ:=.cmo DYNLIB:=.cma |
