Build and install .di files by default again.

(regression introduced in '8acc39dc')
This commit is contained in:
David Nadlinger
2012-12-08 21:36:50 +01:00
parent b005b3caa7
commit ce3518f508

View File

@@ -465,9 +465,9 @@ endif()
set(runtime_headers)
foreach(f ${CORE_D_HEADERS})
dc_header(${f} ${D_FLAGS} runtime_headers)
dc_header(${f} "${D_FLAGS}" runtime_headers)
endforeach()
add_custom_target(build_headers DEPENDS ${runtime_headers})
add_custom_target(build_headers ALL DEPENDS ${runtime_headers})
#
# Install target (libraries are automatically included).