Fixed sending from BroadcastBlock
[mono.git] / mcs / Makefile
index 3472d349328699934f24d0b9ad67fb5399226e45..7bec9d0b1e4b57e4677f2b165dc6fd7060b7f74a 100644 (file)
@@ -81,7 +81,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."; exit 1; fi
+       @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILE)" != "basic" ]; then make -C ../runtime; fi
 
 # fun specialty targets