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 1dd62871a82..a0222f15529 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -89,7 +89,7 @@ common_dirs := \
CustomMarshalers \
OpenSystem.C
-default_dirs := \
+net_1_1_dirs := \
FirebirdSql.Data.Firebird \
Mono.Cecil \
Mono.Cecil.Mdb \
@@ -129,7 +129,7 @@ net_2_1_dirs := \
net_3_5_dirs := \
System.Web.Extensions.Design
-default_SUBDIRS := $(common_dirs) $(default_dirs)
+net_1_1_SUBDIRS := $(common_dirs) $(net_1_1_dirs)
net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs)
net_2_1_bootstrap_SUBDIRS := corlib System Mono.CompilerServices.SymbolWriter
net_2_1_raw_SUBDIRS := $(net_2_1_dirs)
@@ -137,7 +137,7 @@ net_3_5_SUBDIRS := $(net_3_5_dirs)
include ../build/rules.make
-SUBDIRS = $(common_dirs) $(default_dirs) $(net_2_0_dirs) $(net_2_1_dirs) $(net_3_5_dirs)
+SUBDIRS = $(common_dirs) $(net_1_1_dirs) $(net_2_0_dirs) $(net_2_1_dirs) $(net_3_5_dirs)
# These libraries below are either unimplemented or don't compile, but
#BROKEN_SUBDIRS =