From: Michael D. Lowis Date: Sat, 25 Oct 2014 02:00:58 +0000 (-0400) Subject: removed explicit tasks from make invocation X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=e78568adc41bfc7a304cb8df3f2d0f434fb0d103;p=proto%2Fsclpl.git removed explicit tasks from make invocation --- diff --git a/Rakefile b/Rakefile index 45931a2..058c446 100644 --- a/Rakefile +++ b/Rakefile @@ -51,7 +51,7 @@ end file "#{CLANG_BIN_DIR}/#{CLANG_BIN_NAME}" => ["#{CLANG_BUILD_DIR}/Makefile"] + FileList["#{CLANG_SRC_DIR}/tools/clang/**/*.c"] do FileUtils.cd(CLANG_BUILD_DIR) do - sh "#{CLANG_MAKE_CMD} clang llvm-ar" + sh "#{CLANG_MAKE_CMD}" end end