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:
Diffstat (limited to 'mcs/tools/compiler-tester/Makefile')
-rw-r--r--mcs/tools/compiler-tester/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/tools/compiler-tester/Makefile b/mcs/tools/compiler-tester/Makefile
index ac3dd5e358d..062bc5acaa6 100644
--- a/mcs/tools/compiler-tester/Makefile
+++ b/mcs/tools/compiler-tester/Makefile
@@ -5,14 +5,14 @@ include ../../build/rules.make
PROGRAM = $(topdir)/class/lib/$(PROFILE)/compiler-tester.exe
NO_INSTALL = yes
-ifeq (net_2_1, $(PROFILE))
+ifeq (moonlight, $(PROFILE))
all-local: $(PROGRAM)
clean-local:
rm -f $(PROGRAM)
$(PROGRAM): $(dir $(PROGRAM))/.stamp
-$(PROGRAM): $(topdir)/class/lib/net_2_1_raw/compiler-tester.exe
+$(PROGRAM): $(topdir)/class/lib/moonlight_raw/compiler-tester.exe
cp $< $@
dist-local: dist-default