diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f307eb..ee6bf7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,7 +130,7 @@ if (USE_LLVM) endif() add_executable(llst src/main.cpp) -add_dependencies(llst image) +#add_dependencies(llst image) if (USE_LLVM) target_link_libraries(llst jit ${LLVM_LIBS} ${LLVM_LD_FLAGS}) diff --git a/image/CMakeLists.txt b/image/CMakeLists.txt index fe1cf3d..6f97f85 100644 --- a/image/CMakeLists.txt +++ b/image/CMakeLists.txt @@ -7,4 +7,4 @@ add_custom_command( WORKING_DIRECTORY ${IMAGE_DIR} COMMENT "Building image" ) -add_custom_target(image ALL DEPENDS ${IMAGE_DIR}/LittleSmalltalk.image) +add_custom_target(image DEPENDS ${IMAGE_DIR}/LittleSmalltalk.image)