X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Faot-compiler%2FMakefile;h=3f22e653c194bb21bb73162180d68468beb1be8e;hb=a1828a2aa92eb66bb4d0b8c1fc814a928c5d8fec;hp=ae44dfcb08921280cedc4b2a9e48e746738ed749;hpb=6b4c3f0d7247795b4e52e158df688895ff64884e;p=mono.git diff --git a/mcs/class/aot-compiler/Makefile b/mcs/class/aot-compiler/Makefile index ae44dfcb089..3f22e653c19 100644 --- a/mcs/class/aot-compiler/Makefile +++ b/mcs/class/aot-compiler/Makefile @@ -54,15 +54,6 @@ install-local: $(INSTALL_LIB) $(mcs_aot_image) $(DESTDIR)$(PROGRAM_INSTALL_DIR) endif -# No mcs in net 2.0 -MSCORLIB_PROFILE := $(filter net_2_0, $(PROFILE)) -ifdef MSCORLIB_PROFILE -all-local: $(mscorlib_aot_image) -install-local: - $(MKINSTALLDIRS) $(DESTDIR)$(LIBRARY_INSTALL_DIR) - $(INSTALL_LIB) $(mscorlib_aot_image) $(DESTDIR)$(LIBRARY_INSTALL_DIR) -endif - endif endif