From 40b63c61d2bc22a3cbaac6cfcf3793e7b0297ef2 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 11 Mar 2009 13:36:35 +0000 Subject: Cleanup: remove old correctness files, unused for a long time git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11971 85f007b7-540e-0410-9357-904b9bb8a0f7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index e11532f8c7..02045432f5 100755 --- a/configure +++ b/configure @@ -968,7 +968,7 @@ PRINTF=`which printf` # Subdirectories of theories/ added in coq_config.ml subdirs () { - (cd $1; find * \( -name .svn -prune \) -o \( -type d -exec $PRINTF "\"%s\";\n" {} \; \) | grep -v correctness >> "$mlconfig_file") + (cd $1; find * \( -name .svn -prune \) -o \( -type d -exec $PRINTF "\"%s\";\n" {} \; \) >> "$mlconfig_file") } echo "let theories_dirs = [" >> "$mlconfig_file" -- cgit v1.2.3