aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-28 06:10:32 +0000
committerChris Lattner <sabre@nondot.org>2008-05-28 06:10:32 +0000
commit73dad76d7079cffda8583da73e714fff7af928bf (patch)
tree7fd9aa6fc07af48f32b7c304291198f07d00f4a9
parent1189cb6169b49d3aeb1864755f97ec0794b4b6b8 (diff)
Fix PR2215
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@51637 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--MultiSource/Applications/ClamAV/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/MultiSource/Applications/ClamAV/Makefile b/MultiSource/Applications/ClamAV/Makefile
index c2daae10..739ea8e3 100644
--- a/MultiSource/Applications/ClamAV/Makefile
+++ b/MultiSource/Applications/ClamAV/Makefile
@@ -26,7 +26,7 @@ Source = $(addprefix libclamav_, \
PROG = clamscan
CPPFLAGS += -DHAVE_CONFIG_H -I.
LDFLAGS = -lz
-RUN_OPTIONS = --debug --verbose -d$(PROJ_SRC_DIR)/dbdir -r $(PROJ_SRC_DIR)/inputs/*
+RUN_OPTIONS = --debug --exclude-dir .svn --verbose -d$(PROJ_SRC_DIR)/dbdir -r $(PROJ_SRC_DIR)/inputs/*
include $(LEVEL)/Makefile.config