[ros-diffs] [hyperion] 41372: Fix the cheerleader, fix the build

hyperion at svn.reactos.org hyperion at svn.reactos.org
Wed Jun 10 20:41:51 CEST 2009


Author: hyperion
Date: Wed Jun 10 22:41:50 2009
New Revision: 41372

URL: http://svn.reactos.org/svn/reactos?rev=41372&view=rev
Log:
Fix the cheerleader, fix the build

Modified:
    trunk/reactos/tools/rbuild/backend/mingw/compilers/gcc.mak
    trunk/reactos/tools/rbuild/backend/mingw/compilers/msc.mak

Modified: trunk/reactos/tools/rbuild/backend/mingw/compilers/gcc.mak
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw/compilers/gcc.mak?rev=41372&r1=41371&r2=41372&view=diff
==============================================================================
--- trunk/reactos/tools/rbuild/backend/mingw/compilers/gcc.mak [iso-8859-1] (original)
+++ trunk/reactos/tools/rbuild/backend/mingw/compilers/gcc.mak [iso-8859-1] Wed Jun 10 22:41:50 2009
@@ -15,7 +15,7 @@
 #(module, source, dependencies, cflags, output)
 define RBUILD_DEPENDS
 
-$(5): $(2) $(3) | ${call RBUILD_dir,$(2)}
+$(5): $(2) $(3) | ${call RBUILD_dir,$(5)}
 	$$(ECHO_DEPENDS)
 	$${gcc} -xc -MF $$@ $(4) -M -MP -MT $$@ $$<
 
@@ -24,7 +24,7 @@
 #(module, source, dependencies, cflags, output)
 define RBUILD_CXX_DEPENDS
 
-$(5): $(2) $(3) | ${call RBUILD_dir,$(2)}
+$(5): $(2) $(3) | ${call RBUILD_dir,$(5)}
 	$$(ECHO_DEPENDS)
 	$${gpp} -MF $$@ $(4) -M -MP -MT $$@ $$<
 
@@ -33,7 +33,7 @@
 #(module, source, dependencies, cflags, output)
 define RBUILD_CPP
 
-$(5): $(2) $(3) | ${call RBUILD_dir,$(2)}
+$(5): $(2) $(3) | ${call RBUILD_dir,$(5)}
 	$$(ECHO_CPP)
 	$${gcc} -xc -E $(4) $$< > $$@
 
@@ -42,7 +42,7 @@
 #(module, source, dependencies, cflags, output)
 define RBUILD_CXX_CPP
 
-$(5): $(2) $(3) | ${call RBUILD_dir,$(2)}
+$(5): $(2) $(3) | ${call RBUILD_dir,$(5)}
 	$$(ECHO_CPP)
 	$${gpp} -E $(4) $$< > $$@
 

Modified: trunk/reactos/tools/rbuild/backend/mingw/compilers/msc.mak
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw/compilers/msc.mak?rev=41372&r1=41371&r2=41372&view=diff
==============================================================================
--- trunk/reactos/tools/rbuild/backend/mingw/compilers/msc.mak [iso-8859-1] (original)
+++ trunk/reactos/tools/rbuild/backend/mingw/compilers/msc.mak [iso-8859-1] Wed Jun 10 22:41:50 2009
@@ -26,7 +26,7 @@
 #(module, source, dependencies, cflags, output)
 define RBUILD_CL_CPP
 
-$(5): $(2) $(3) $$(RBUILD_HELPER_TARGET) | ${call RBUILD_dir,$(2)}
+$(5): $(2) $(3) $$(RBUILD_HELPER_TARGET) | ${call RBUILD_dir,$(5)}
 	$$(ECHO_CPP)
 	$${cl} /E $(4) $$< > $$@
 



More information about the Ros-diffs mailing list