aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraczman <none@none>2009-03-20 22:55:26 +0100
committerraczman <none@none>2009-03-20 22:55:26 +0100
commitf5116e0e7864d593930d1404d5b4d9316553ee42 (patch)
tree9dfe04fd3b06cff8f4abf597a1fea80fe87fc359
parent918c40f9674e60d9e966116c30ddac5d683f9516 (diff)
Hopefully fixed annoying bug with more than one make jobs on linux.
--HG-- branch : trunk
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27bbaa17674..352f5aa450d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,6 +30,7 @@ ADD_CUSTOM_TARGET("revision.h" ALL
COMMAND "${Trinity_BINARY_DIR}/genrev"
${Trinity_SOURCE_DIR}
WORKING_DIRECTORY "${Trinity_SOURCE_DIR}/src/shared"
+ DEPENDS genrev
)