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:
authorAndrew Jorgensen <ajorgensen@novell.com>2010-10-20 19:55:18 +0400
committerAndrew Jorgensen <ajorgensen@novell.com>2010-10-20 19:55:18 +0400
commit3d877ae9774a88888b9194709db9494523c4e3d0 (patch)
treefe7d4a3a74df61b7341b8ea47d3d011750f3e2d6 /mcs/tests/Makefile
parentd9c8bdff9acc38b564beae4582534570e06e4e68 (diff)
README.tests was deleted in d9c8bdf
Diffstat (limited to 'mcs/tests/Makefile')
-rw-r--r--mcs/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index e1f811268a8..7007c84af3d 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -6,7 +6,7 @@ thisdir = tests
SUBDIRS =
include ../build/rules.make
-DISTFILES = README.tests $(wildcard dlls/**/*.cs)
+DISTFILES = $(wildcard dlls/**/*.cs)
DISTFILES += $(wildcard *.cs) $(wildcard *.il) $(wildcard *.xml) $(wildcard *.inc) $(wildcard known-issues-*) $(wildcard *.snk)
with_mono_path = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH"