[ros-diffs] [hyperion] 40913: Fix PCH rule for C++

hyperion at svn.reactos.org hyperion at svn.reactos.org
Wed May 13 22:09:16 CEST 2009


Author: hyperion
Date: Thu May 14 00:09:15 2009
New Revision: 40913

URL: http://svn.reactos.org/svn/reactos?rev=40913&view=rev
Log:
Fix PCH rule for C++

Modified:
    trunk/reactos/tools/rbuild/backend/mingw/rules.mak

Modified: trunk/reactos/tools/rbuild/backend/mingw/rules.mak
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw/rules.mak?rev=40913&r1=40912&r2=40913&view=diff
==============================================================================
--- trunk/reactos/tools/rbuild/backend/mingw/rules.mak [iso-8859-1] (original)
+++ trunk/reactos/tools/rbuild/backend/mingw/rules.mak [iso-8859-1] Thu May 14 00:09:15 2009
@@ -211,7 +211,7 @@
 
 ${call RBUILD_intermediate_path_unique,$(1),$(2)}.o.d: $(2) | ${call RBUILD_intermediate_dir,$(2)}
 	$$(ECHO_DEPENDS)
-	$${gpp} -MF ${call RBUILD_cxxflags,$(1),$(4)} -M -MP -MT $$@ $$<
+	$${gpp} -MF $$@ ${call RBUILD_cxxflags,$(1),$(4)} -M -MP -MT $$@ $$<
 
 -include ${call RBUILD_intermediate_path_unique,$(1),$(2)}.o.d
 



More information about the Ros-diffs mailing list