diff options
author | brad kittenbrink <brad@lindenlab.com> | 2010-06-01 23:20:52 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2010-06-01 23:20:52 -0700 |
commit | dfce986b8b85a8497fe4267d251b18dff7c17ef3 (patch) | |
tree | 59f5fc9b50178fb66fd07a757dc4f5f3dfb3c955 | |
parent | 1a460b0f086319cf3db2297338afc5cf557b7fae (diff) |
Fix for dependencies in the linux build symbol generation.
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 3a599b59fd..64e2b40380 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1717,6 +1717,7 @@ if (LINUX) ) add_custom_target(copy_l_viewer_manifest ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/.${product}.copy_touched) + add_dependencies(copy_l_viewer_manifest "${VIEWER_BINARY_NAME}") endif (LINUX) if (DARWIN) |