diff options
| author | Gaëtan Gilbert | 2020-10-22 15:30:30 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-11-20 16:52:58 +0100 |
| commit | 76ab524320e3d4c006c6c94372e0cfda2b62c76e (patch) | |
| tree | 043f0194d8956e15701cb083ebcd68c21b1aa13c /Makefile.common | |
| parent | 614675fa5337cca0621ae7a65d4fd47a6ad8f788 (diff) | |
Build all_stdlib.v in test suite makefile
instead of recursive make
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index 1f59bff183..82d9b89c4f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -179,8 +179,6 @@ PLUGINSOPT:=$(PLUGINSCMO:.cmo=.cmxs) LINKCMO:=$(CORECMA) $(STATICPLUGINS) LINKCMX:=$(CORECMA:.cma=.cmxa) $(STATICPLUGINS:.cmo=.cmx) -ALLSTDLIB := test-suite/misc/universes/all_stdlib - PLUGINTUTO := doc/plugin_tutorial # For emacs: |
