aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbarras2008-12-11 15:51:20 +0000
committerbarras2008-12-11 15:51:20 +0000
commit5a365ec9d7426663324a96a4f41882e787b048fa (patch)
treea2956f63505520ea8a2bc838735a30f375bdd111 /Makefile
parent59e84427c1ab59c8c03634d565a5f6117ab3f19f (diff)
do not install coqchk cmi files
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11666 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88151284da..c8b885902c 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,8 @@ export FIND_VCS_CLAUSE:='(' \
-name 'debian' -or \
-name "$${GIT_DIR}" \
')' -prune -type f -or
+export PRUNE_CHECKER := -wholename ./checker/\* -prune -or
+
FIND_PRINTF_P:=-print | sed 's|^\./||'
export YACCFILES:=$(shell find . $(FIND_VCS_CLAUSE) '(' -name '*.mly' ')' $(FIND_PRINTF_P))