diff options
| author | notin | 2010-01-26 15:22:51 +0000 |
|---|---|---|
| committer | notin | 2010-01-26 15:22:51 +0000 |
| commit | 99826cb11dc8478b1c9bf7c0f7116e621e8618cb (patch) | |
| tree | aa2eb6f3ba8ecbb7b0618109957e9b69b5ff4549 /Makefile.common | |
| parent | 1cd5872ca94f1b3c998850646b1f101394aa6bad (diff) | |
make init + NMake.v/NMake_gen.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12690 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index a1bfd08856..de84aaefe3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -204,6 +204,12 @@ else PLUGINSOPT:= endif +ifeq ($(BEST),opt) + INITPLUGINSBEST:=$(INITPLUGINSOPT) +else + INITPLUGINSBEST:=$(INITPLUGINS) +endif + CMA:=$(CLIBS) $(CAMLP4OBJS) CMXA:=$(CMA:.cma=.cmxa) |
