X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2FMakefile;h=5af3d0449898ad5d21b2a0a6ac5d1da61cf4f7f4;hb=4058c2be43ec605cdcc57e9d678251339349cb5f;hp=f33fcccf2d7635f498496404d5ed0dbadd8f1d56;hpb=f41e857d3fef58b944e1523f0ee9a97b4f142468;p=mono.git diff --git a/mcs/build/Makefile b/mcs/build/Makefile index f33fcccf2d7..5af3d044989 100644 --- a/mcs/build/Makefile +++ b/mcs/build/Makefile @@ -12,7 +12,8 @@ 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 = \ @@ -41,7 +42,6 @@ DISTFILES = \ executable.make \ gensources.sh \ library.make \ - nunit-summary.xsl \ rules.make \ tests.make \ $(COMMON_SRCS:%=common/%) \