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