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/tools/mono-xmltool/Makefile')
-rw-r--r--mcs/tools/mono-xmltool/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/mcs/tools/mono-xmltool/Makefile b/mcs/tools/mono-xmltool/Makefile
deleted file mode 100644
index fc39f8298ab..00000000000
--- a/mcs/tools/mono-xmltool/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-thisdir = tools/mono-xmltool
-SUBDIRS =
-include ../../build/rules.make
-
-LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:Commons.Xml.Relaxng.dll
-PROGRAM = mono-xmltool.exe
-
-include ../../build/executable.make