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/class/System.Query/Makefile')
-rw-r--r--mcs/class/System.Query/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/mcs/class/System.Query/Makefile b/mcs/class/System.Query/Makefile
deleted file mode 100644
index 8e5996963a5..00000000000
--- a/mcs/class/System.Query/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-thisdir = class/System.Query
-SUBDIRS =
-include ../../build/rules.make
-
-LIBRARY = System.Query.dll
-LIB_MCS_FLAGS = /r:$(corlib)
-NO_TEST = yes
-
-EXTRA_DISTFILES =
-
-include ../../build/library.make