Refactor ThreadLockState acquisition into a real per-thread, per-rwlock-instance...
[mono.git] / mcs / Makefile
index 3c04be99c3d083b017afd505be89e47c9648e85a..094b8ea702ffb3a6a8eb29515a8cd3b9348546f0 100644 (file)
@@ -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