diff options
| author | Maxime Dénès | 2017-07-19 17:37:48 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-07-19 17:37:48 +0200 |
| commit | d074e889b3cdfe8c292d3c52a4ed005789384fc0 (patch) | |
| tree | 1a32b01f4daa0b8473b8f8733fb9775a1fb14c09 /Makefile.install | |
| parent | 9ccba83b916523107d6c692b3147d0d91ec03411 (diff) | |
| parent | 18dd13f3717295ef3c2edce1451b0b9ac99dc5d7 (diff) | |
Merge PR #745: Add timing scripts
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 4a3227620c..02ae724dfe 100644 --- a/Makefile.install +++ b/Makefile.install @@ -107,7 +107,7 @@ install-devfiles: $(MKDIR) $(FULLCOQLIB) $(INSTALLSH) $(FULLCOQLIB) $(GRAMMARCMA) $(INSTALLSH) $(FULLCOQLIB) $(INSTALLCMI) - $(INSTALLSH) $(FULLCOQLIB) tools/CoqMakefile.in + $(INSTALLSH) $(FULLCOQLIB) $(TOOLS_HELPERS) ifeq ($(BEST),opt) $(INSTALLSH) $(FULLCOQLIB) $(LINKCMX) $(CORECMA:.cma=.a) $(STATICPLUGINS:.cma=.a) endif |
