From 65d868b1d36af82e0800ab33fac04754efda3517 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 4 Sep 2010 22:04:59 +0200 Subject: [PATCH] Compile the correct header file for precompiled headers --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 0ac7e08e6..3da9688ea 100644 --- a/Rakefile +++ b/Rakefile @@ -138,8 +138,8 @@ end # Precompiled headers if c?(:USE_PRECOMPILED_HEADERS) - $all_objects.each { |name| file name => "src/common/common_pch.h.gch" } - file "src/common/common_pch.h.gch" => "src/common/common_pch.h", &cxx_compiler + $all_objects.each { |name| file name => "src/common/common.h.gch" } + file "src/common/common.h.gch" => "src/common/common.h", &cxx_compiler end # Pattern rules