mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[RBUILD]: Fix make install and make install_registry. mkhive command was wrong (MKHIVE_TARGET instead of mkhive_TARGET) and so the executable was never launched.
svn path=/trunk/; revision=45422
This commit is contained in:
@@ -1284,14 +1284,14 @@ MingwBackend::OutputRegistryInstallTarget ()
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user