Merge pull request #3028 from lateralusX/jlorenss/threadpool_warning
[mono.git] / mcs / build / library.make
index 895d67b6933b4e14cff75d8b31433a4323a8c197..c8379b22f68bb9a101f37d998cc07f648be647b2 100644 (file)
@@ -134,7 +134,7 @@ endif
 csproj-local: csproj-library csproj-test
 
 intermediate_clean=$(subst /,-,$(intermediate))
-csproj-library: 
+csproj-library:
        config_file=`basename $(LIBRARY) .dll`-$(intermediate_clean)$(PROFILE).input; \
        case "$(thisdir)" in *"Facades"*) config_file=Facades_$$config_file;; esac; \
        echo $(thisdir):$$config_file >> $(topdir)/../msvc/scripts/order; \