Bump corefx
[mono.git] / mcs / class / corlib / il / il.make
1 IL_REPLACE = $(topdir)/class/lib/$(PROFILE_DIRECTORY)/corlib.unsafe.dll.tmp
2
3 $(topdir)/class/lib/$(PROFILE_DIRECTORY)/corlib.unsafe.dll.tmp: $(topdir)/class/corlib/System.Runtime.CompilerServices/Unsafe.il
4         $(Q) $(ILASM) $< /dll /noautoinherit /out:$@
5
6 CLEAN_FILES += $(IL_REPLACE)