Remove useless runtime* target.

If somebody finds value in explicitly only invoking part of
the build process, this has to be redone with proper handling
of multilib, ...
This commit is contained in:
David Nadlinger
2012-12-11 19:27:46 +01:00
parent 6810e6c007
commit 47699b86fa

View File

@@ -383,7 +383,7 @@ macro(build_runtime d_flags c_flags ld_flags lib_suffix path_suffix outlist_targ
${DCRT_O}
${DCRT_C}
)
add_dependencies(phobos-ldc${target_suffix} runtime${target_suffix})
set_target_properties(
phobos-ldc${target_suffix} PROPERTIES
VERSION ${DMDFE_VERSION}
@@ -455,9 +455,6 @@ macro(build_runtime d_flags c_flags ld_flags lib_suffix path_suffix outlist_targ
add_custom_target(bitcode-libraries${target_suffix} ALL DEPENDS ${bclibs})
endif()
# BCLIBS is empty if BUILD_BC_LIBS is not selected
add_custom_target(runtime${target_suffix} DEPENDS ${LIBS} ${BCLIBS})
endmacro()
# Builds both a debug and a release copy of druntime/Phobos.