Merge pull request #4663 from xmcclure/bump-linker
[mono.git] / mcs / build / Makefile
index fbb173f862588aacfa6708c3e53cc440b72e3282..5af3d0449898ad5d21b2a0a6ac5d1da61cf4f7f4 100644 (file)
@@ -12,14 +12,15 @@ clean-local:
 
 common/Consts.cs: common/Consts.cs.in $(wildcard config.make)
        test -n '$(MONO_VERSION)'
-       sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' $< > $@
+       test -n '$(MONO_CORLIB_VERSION)'
+       sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' -e 's,@''MONO_CORLIB_VERSION@,$(MONO_CORLIB_VERSION),' $< > $@
 
 PLATFORMS = darwin linux win32
 PROFILES = \
        basic \
        build \
-       net_4_0 \
-       net_4_5 \
+       binary_reference_assemblies \
+       net_4_x \
        xbuild_12 \
        xbuild_14
 
@@ -28,7 +29,8 @@ COMMON_SRCS = \
        Locale.cs                       \
        MonoTODOAttribute.cs \
        basic-profile-check.cs          \
-       SR.cs
+       SR.cs   \
+       AssemblyRef.cs
 
 DISTFILES = \
        README.makefiles                \
@@ -40,7 +42,6 @@ DISTFILES = \
        executable.make                 \
        gensources.sh                   \
        library.make                    \
-       nunit-summary.xsl               \
        rules.make                      \
        tests.make                      \
        $(COMMON_SRCS:%=common/%)       \