From b92d706d0c848b9d99330787e857152c9cdc0193 Mon Sep 17 00:00:00 2001 From: Chris Hamons Date: Mon, 22 Jun 2015 10:22:12 -0500 Subject: Fix System.Messaging makefile logic issue - Introduced in b044a27fe0006830b2793e3d34f45407b656b8b2 --- mcs/class/System.Messaging/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mcs/class/System.Messaging') diff --git a/mcs/class/System.Messaging/Makefile b/mcs/class/System.Messaging/Makefile index 82ff954cebd..4cf4c29ab08 100644 --- a/mcs/class/System.Messaging/Makefile +++ b/mcs/class/System.Messaging/Makefile @@ -15,8 +15,9 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 \ EXTRA_DISTFILES = System.Messaging/MessageQueue.resx -ifndef NO_WINFORMS_DEPENDENCY +ifdef NO_WINFORMS_DEPENDENCY LIB_MCS_FLAGS += -d:NO_WINFORMS_DEPENDENCY +else LIB_REFS += System.Windows.Forms endif -- cgit v1.2.3