From 3a71f84ccaff737b051dfe0d4ee164f758f7502d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Sat, 25 Jul 2015 17:35:32 +0200 Subject: [build] Fix a few Makefiles to correctly use net_4_x instead of net_4_5 --- mcs/class/System.Drawing/Test/DrawingTest/Test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcs/class/System.Drawing') diff --git a/mcs/class/System.Drawing/Test/DrawingTest/Test/Makefile b/mcs/class/System.Drawing/Test/DrawingTest/Test/Makefile index 7f1201b75a0..a84d4341bef 100644 --- a/mcs/class/System.Drawing/Test/DrawingTest/Test/Makefile +++ b/mcs/class/System.Drawing/Test/DrawingTest/Test/Makefile @@ -14,7 +14,7 @@ $(DRAWING_TEST_HELPER): cp ../DrawingTestHelper/*.dll . run-test: Test.dll - MONO_PATH="../../../../../class/lib/net_4_5::$(MONO_PATH)" /home/andrews/monobuild/mono/runtime/mono-wrapper --debug ../../../../../class/lib/net_4_5/nunit-console.exe Test.dll $(NUNIT_FLAGS) + MONO_PATH="../../../../../class/lib/net_4_x::$(MONO_PATH)" /home/andrews/monobuild/mono/runtime/mono-wrapper --debug ../../../../../class/lib/net_4_x/nunit-console.exe Test.dll $(NUNIT_FLAGS) clean: rm *dll -- cgit v1.2.3