From 36c8611f788b23bd626bc7e61e44775b33411a8e Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Fri, 2 Oct 2009 08:53:34 +0000 Subject: [PATCH] Removed wrong reference svn path=/trunk/mcs/; revision=143256 --- mcs/tests/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile index ed169d67b04..a37ca15dee8 100644 --- a/mcs/tests/Makefile +++ b/mcs/tests/Makefile @@ -14,10 +14,6 @@ with_mono_path = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARA ilasm = $(topdir)/class/lib/$(PROFILE)/ilasm.exe ILASM = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(ilasm) -ifeq (net_2_0, $(PROFILE)) -BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/net_2_0_bootstrap$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/net_2_0_bootstrap/mcs.exe -endif - USE_MCS_FLAGS := # mention all targets -- 2.25.1