summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2010-06-01 23:20:52 -0700
committerbrad kittenbrink <brad@lindenlab.com>2010-06-01 23:20:52 -0700
commitdfce986b8b85a8497fe4267d251b18dff7c17ef3 (patch)
tree59f5fc9b50178fb66fd07a757dc4f5f3dfb3c955
parent1a460b0f086319cf3db2297338afc5cf557b7fae (diff)
Fix for dependencies in the linux build symbol generation.
-rw-r--r--indra/newview/CMakeLists.txt1
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)