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.Web.Services/Makefile')
-rw-r--r--mcs/class/System.Web.Services/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Web.Services/Makefile b/mcs/class/System.Web.Services/Makefile
index 8b3d63fc879..ba7c2eebb83 100644
--- a/mcs/class/System.Web.Services/Makefile
+++ b/mcs/class/System.Web.Services/Makefile
@@ -12,7 +12,7 @@ LIB_MCS_FLAGS = \
-r:System.Web.dll
ifeq (net_2_0, $(PROFILE))
-LIB_MCS_FLAGS += -r:System.Configuration.dll -d:CONFIGURATION_2_0
+LIB_MCS_FLAGS += -r:System.Configuration.dll
endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618