From f4a1672c87a6947ff448deb0cf80564ddc5db492 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Fri, 29 Mar 2013 18:18:28 +0100 Subject: [PATCH] audit: Use dmcs as a compiler for the audit tools This is what works for me, but you might want to change this for your system. --- audit/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audit/makefile b/audit/makefile index a726e2ab5..85f526965 100644 --- a/audit/makefile +++ b/audit/makefile @@ -1,4 +1,4 @@ -MCS=mcs +MCS=dmcs COMMON_SOURCES = \ AssemblyResolver.cs \