Fix linux-crash-logger dependency

master
Christian Goetze 2009-02-12 02:07:22 +00:00
parent 1d93827370
commit 9d7ed5e349
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ if (VIEWER)
if (LINUX)
add_subdirectory(${VIEWER_PREFIX}linux_crash_logger)
add_dependencies(viewer linux-crash-logger-stripped)
add_dependencies(viewer linux-crash-logger-strip-target)
elseif (DARWIN)
add_subdirectory(${VIEWER_PREFIX}mac_crash_logger)
add_subdirectory(${VIEWER_PREFIX}mac_updater)

View File

@ -1472,7 +1472,7 @@ if (LINUX)
if (NOT INSTALL)
add_custom_target(package ALL DEPENDS ${product}.tar.bz2)
add_dependencies(package linux-crash-logger-stripped)
add_dependencies(package linux-crash-logger-strip-target)
endif (NOT INSTALL)
endif (LINUX)