Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/nunit20/nunit-console/Makefile')
-rw-r--r--mcs/nunit20/nunit-console/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/nunit20/nunit-console/Makefile b/mcs/nunit20/nunit-console/Makefile
index 59c2ea7e8a3..0a33bca390a 100644
--- a/mcs/nunit20/nunit-console/Makefile
+++ b/mcs/nunit20/nunit-console/Makefile
@@ -4,6 +4,6 @@ include ../../build/rules.make
PROGRAM = $(topdir)/class/lib/$(PROFILE)/nunit-console.exe
LOCAL_MCS_FLAGS = /r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll
-DISTFILES = app.config App.ico nunit-console.csproj nunit-console.exe.config.net_2_0
+DISTFILES = app.config App.ico nunit-console.csproj
include ../../build/executable.make