X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=blobdiff_plain;f=mcs%2Fclass%2FMono.Debugger.Soft%2FMakefile;fp=mcs%2Fclass%2FMono.Debugger.Soft%2FMakefile;h=4fb6f306a97581ed85f326de823f67e982086148;hp=5e926275772e8c6cb44d5418ebdecd3dbb75754d;hb=411a37af27905eaa44dac1a31f6387a11c0b0244;hpb=3e9d7d6e9cf8dc33eb29c497c350a1cd7df3a057 diff --git a/mcs/class/Mono.Debugger.Soft/Makefile b/mcs/class/Mono.Debugger.Soft/Makefile index 5e926275772..4fb6f306a97 100644 --- a/mcs/class/Mono.Debugger.Soft/Makefile +++ b/mcs/class/Mono.Debugger.Soft/Makefile @@ -26,7 +26,7 @@ dtest-app.exe: Test/dtest-app.cs $(TEST_HELPERS_SOURCES) $(CSCOMPILE) -r:$(topdir)/class/lib/$(PROFILE)/System.Core.dll -r:$(topdir)/class/lib/$(PROFILE)/System.dll -out:$@ -unsafe $(PLATFORM_DEBUG_FLAGS) -optimize- Test/dtest-app.cs $(TEST_HELPERS_SOURCES) dtest-excfilter.exe: Test/dtest-excfilter.il - MONO_PATH=$(topdir)/class/lib/$(PROFILE) $(INTERNAL_ILASM) -out:$@ /exe /debug Test/dtest-excfilter.il + $(ILASM) -out:$@ /exe /debug Test/dtest-excfilter.il else