X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FMakefile;h=094b8ea702ffb3a6a8eb29515a8cd3b9348546f0;hb=1fdf1789e0723706e1058e930600ea3868264fcf;hp=3c04be99c3d083b017afd505be89e47c9648e85a;hpb=4427a6008078a25c50102da747cd2319cfd6192a;p=mono.git diff --git a/mcs/Makefile b/mcs/Makefile index 3c04be99c3d..094b8ea702f 100644 --- a/mcs/Makefile +++ b/mcs/Makefile @@ -80,7 +80,7 @@ all-local $(STD_TARGETS:=-local): @: dir-check: - @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILE)" != "basic" ]; then echo "Running make from the mcs directory is not supported. Run make from the parent directory (if using a tarball), or from the directory where the runtime is checked out (if using an SVN checkout)."; exit 1; fi + @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILE)" != "basic" ]; then echo "Running make from the mcs directory is not supported. Run make from the parent directory."; exit 1; fi # fun specialty targets