From 61222d6bfb2fddd8608bea4056af2e9541819510 Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 24 Sep 2010 13:14:08 +0000 Subject: dev/Makefile.oug: how to run the Oug analyser, for instance for finding dead code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13459 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.common | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index d18cf73d87..77e4d59f29 100644 --- a/Makefile.common +++ b/Makefile.common @@ -216,8 +216,7 @@ IDECMA:=ide/ide.cma # modules known by the toplevel of Coq -OBJSMOD:=Coq_config \ - $(foreach lib,$(CORECMA),$(shell cat $(lib:.cma=.mllib))) +OBJSMOD:=Coq_config $(shell cat $(CORECMA:.cma=.mllib)) IDEMOD:=$(shell cat ide/ide.mllib) -- cgit v1.2.3