summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2010-06-03 13:53:32 -0700
committerbrad kittenbrink <brad@lindenlab.com>2010-06-03 13:53:32 -0700
commit5d68254c58e0a63086ea2e9a547ff5dd67300a12 (patch)
tree2654239d4a4e5e7e6d1355900df95770d91f4956 /indra
parent865887b12264701202a7668c011aa89668ed1839 (diff)
FIX VPLAT-248 fixed mising do-not-directly-run-secondlife-bin in linux symbol file.
improper dependencies for the copy_l_viewer_manifest target were causing it to silently fail.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 8e608327d8..228d56001a 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1717,7 +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}")
+ add_dependencies(copy_l_viewer_manifest "${VIEWER_BINARY_NAME}" linux-crash-logger-target linux-updater-target)
endif (LINUX)
if (DARWIN)