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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-07-25 18:35:32 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-07-25 18:47:29 +0300
commit3a71f84ccaff737b051dfe0d4ee164f758f7502d (patch)
treef3e3170ac60d5b23cacff96ef3d8a613c05a9f7a /mcs/class/System.Drawing
parent4028c58a4c6ac61c3608c2d285aa8d0a278d9fe1 (diff)
[build] Fix a few Makefiles to correctly use net_4_x instead of net_4_5
Diffstat (limited to 'mcs/class/System.Drawing')
-rw-r--r--mcs/class/System.Drawing/Test/DrawingTest/Test/Makefile2
1 files changed, 1 insertions, 1 deletions
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