aboutsummaryrefslogtreecommitdiff
path: root/cutl/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-08 08:47:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-08 08:47:37 +0200
commit8353e06738b2428bb1714ad11acc10c5218f5a1c (patch)
tree62af1c165c83106c78c27cd9159d5b68bd0b6f7c /cutl/makefile
parentea99831348f2c24e9c98a603902a3614d4a58183 (diff)
Updates to build system
Diffstat (limited to 'cutl/makefile')
-rw-r--r--cutl/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/makefile b/cutl/makefile
index 61a8419..369b2ca 100644
--- a/cutl/makefile
+++ b/cutl/makefile
@@ -84,7 +84,7 @@ $(cutl.l.cpp-options): value := -I$(out_root) -I$(src_root)
$(call include,$(bld_root)/ld/configuration-lib.make) # ld_lib_type
-$(out_base)/details/config.h:
+$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : cutl/details/config.h' >$@
@echo ' * note : automatically generated' >>$@
@echo ' */' >>$@