From 6556572a93ada7f990aabc63692009f5c0661b6f Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 4 Sep 2015 14:43:01 +0000 Subject: [PATCH] [BOOTMGFW] Add missing dependency. svn path=/trunk/; revision=68996 --- reactos/boot/environ/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/environ/CMakeLists.txt b/reactos/boot/environ/CMakeLists.txt index 3506aabbb4a..bc1a15eb277 100644 --- a/reactos/boot/environ/CMakeLists.txt +++ b/reactos/boot/environ/CMakeLists.txt @@ -61,7 +61,7 @@ set_entrypoint(bootmgfw EfiEntry) target_link_libraries(bootmgfw bootmgr_common cportlib cmlib rtl libcntpr) -add_dependencies(bootmgfw asm) +add_dependencies(bootmgfw asm bugcodes) add_cd_file(TARGET bootmgfw FILE ${_bootmgfw_output_file} DESTINATION loader NO_CAB FOR bootcd regtest)