Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mcs / tools / compiler-tester / Makefile
index 108940c0b1ebf61b325c71d2bbf9f23dad54dcd2..2e0ec2bc8dfc4da1721c9a7697a0eebc2be24c50 100644 (file)
@@ -5,21 +5,6 @@ include ../../build/rules.make
 PROGRAM = compiler-tester.exe
 NO_INSTALL = yes
 
-ifeq (moonlight, $(PROFILE))
-
-all-local: $(PROGRAM)
-clean-local:
-       rm -f $(PROGRAM)
-
-$(PROGRAM): $(dir $(PROGRAM))/.stamp
-$(PROGRAM): $(topdir)/class/lib/moonlight_raw/compiler-tester.exe
-       cp $< $@
-
-dist-local: dist-default
-install-local uninstall-local test-local run-test-local run-test-ondotnet-local: ; @:
-
-else
+LOCAL_MCS_FLAGS = -r:System.dll -r:System.Core.dll -r:System.Xml.dll
 
 include $(topdir)/build/executable.make
-
-endif
\ No newline at end of file