From ce3518f5082d8fc6d5fd6ffd425e83520d7af387 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sat, 8 Dec 2012 21:36:50 +0100 Subject: [PATCH] Build and install .di files by default again. (regression introduced in '8acc39dc') --- runtime/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index ded66f76..538500e7 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -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).