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/Makefile')
-rw-r--r--mcs/class/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 7e550c6dad1..263dde8b7fe 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -125,7 +125,7 @@ net_2_0_only_dirs := \
WindowsBase \
System.Data.Services.Client
-moonlight_dirs := \
+moonlight_raw_dirs := \
corlib \
System \
Mono.CompilerServices.SymbolWriter \
@@ -184,7 +184,7 @@ net_4_0_dirs := \
WebMatrix.Data
net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) aot-compiler
-moonlight_raw_SUBDIRS := $(moonlight_dirs)
+moonlight_raw_SUBDIRS := $(moonlight_raw_dirs)
monodroid_SUBDIRS := $(mobile_dirs)
monotouch_SUBDIRS := $(mobile_dirs)
net_3_5_SUBDIRS := $(net_3_5_only_dirs)
@@ -192,7 +192,7 @@ net_4_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_4_0_dirs) aot-compiler
include ../build/rules.make
-SUBDIRS = $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) $(moonlight_dirs) $(mobile_dirs) $(net_4_0_dirs)
+SUBDIRS = $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) $(moonlight_raw_dirs) $(mobile_dirs) $(net_4_0_dirs)
DIST_ONLY_SUBDIRS = dlr IKVM.Reflection aot-compiler