aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.common
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-09-24 13:14:08 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-09-24 13:14:08 +0000
commit61222d6bfb2fddd8608bea4056af2e9541819510 (patch)
tree24d6ec2f5a999e041ab21492f4e917a9f5c2bb6c /Makefile.common
parentd4d79036d00d35ab76d5f51ef8141daa06eb34a2 (diff)
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
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index d18cf73d8..77e4d59f2 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)