From a4b676747b6d0390b882f1fcf8f3c394e4b916c6 Mon Sep 17 00:00:00 2001 From: pboutill Date: Wed, 17 Oct 2012 22:39:26 +0000 Subject: Makefile.build: CONFIG is now in clib git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15909 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.build b/Makefile.build index 149c81ab87..68c2a0bbca 100644 --- a/Makefile.build +++ b/Makefile.build @@ -609,7 +609,6 @@ install-tools:: # from .mli without .ml, and the ones obtained from .ml without .mli INSTALLCMI = $(sort \ - $(CONFIG:.cmo=.cmi) \ $(filter-out checker/% ide/% tools/%, $(MLIFILES:.mli=.cmi)) \ $(foreach lib,$(CORECMA) $(PLUGINSCMA), $(addsuffix .cmi,$($(lib:.cma=_MLLIB_DEPENDENCIES))))) @@ -620,7 +619,7 @@ install-devfiles: $(INSTALLSH) $(FULLCOQLIB) $(LINKCMO) $(GRAMMARCMA) $(INSTALLSH) $(FULLCOQLIB) $(INSTALLCMI) ifeq ($(BEST),opt) - $(INSTALLSH) $(FULLCOQLIB) $(LINKCMX) $(CONFIG:.cmo=.o) $(CORECMA:.cma=.a) $(STATICPLUGINS:.cma=.a) + $(INSTALLSH) $(FULLCOQLIB) $(LINKCMX) $(CORECMA:.cma=.a) $(STATICPLUGINS:.cma=.a) endif install-library: -- cgit v1.2.3