no need to define CONFIGURATION_2_0 now.
authorChris Toshok <toshok@novell.com>
Wed, 1 Feb 2006 20:15:58 +0000 (20:15 -0000)
committerChris Toshok <toshok@novell.com>
Wed, 1 Feb 2006 20:15:58 +0000 (20:15 -0000)
svn path=/trunk/mcs/; revision=56418

mcs/class/System.Web/Makefile

index 0f104edd8bc65c073868e28f20a394613cfd9f27..1c9d151da31ae804c7d497b87defbb58f1d4a865 100644 (file)
@@ -65,7 +65,7 @@ RESOURCE_FILES_2 = \
 OTHER_RES = $(RESOURCE_FILES_1)
 ifeq (net_2_0, $(PROFILE))
 OTHER_RES += $(RESOURCE_FILES_2)
-OTHER_LIB_MCS_FLAGS = -nowarn:618 -r:System.Configuration.dll -d:CONFIGURATION_2_0
+OTHER_LIB_MCS_FLAGS = -nowarn:618 -r:System.Configuration.dll
 endif