Author: arty
Date: Tue Nov 17 04:20:07 2009
New Revision: 44209
URL:
http://svn.reactos.org/svn/reactos?rev=44209&view=rev
Log:
This fixes broken makefiles for me. Not sure what the deal was.
Modified:
branches/arty-newcc/tools/rbuild/backend/mingw/mingw.cpp
Modified: branches/arty-newcc/tools/rbuild/backend/mingw/mingw.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/tools/rbuild/backend…
==============================================================================
--- branches/arty-newcc/tools/rbuild/backend/mingw/mingw.cpp [iso-8859-1] (original)
+++ branches/arty-newcc/tools/rbuild/backend/mingw/mingw.cpp [iso-8859-1] Tue Nov 17
04:20:07 2009
@@ -1275,14 +1275,14 @@
"install_registry: %s\n",
registryTargetFiles.c_str () );
fprintf ( fMakefile,
- "%s: %s %s $(MKHIVE_TARGET)\n",
+ "%s: %s %s $(mkhive_TARGET)\n",
registryTargetFiles.c_str (),
registrySourceFiles.c_str (),
GetFullPath ( system32 ).c_str () );
fprintf ( fMakefile,
"\t$(ECHO_MKHIVE)\n" );
fprintf ( fMakefile,
- "\t$(MKHIVE_TARGET) boot%cbootdata %s $(ARCH)
boot%cbootdata%chiveinst_$(ARCH).inf\n",
+ "\t$(mkhive_TARGET) boot%cbootdata %s $(ARCH)
boot%cbootdata%chiveinst_$(ARCH).inf\n",
cSep, GetFullPath ( system32 ).c_str (),
cSep, cSep );
fprintf ( fMakefile,