aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-05-05 19:33:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-05-05 19:33:34 +0200
commit7132d92ac421d956e775a5ed6cad33605e7f7162 (patch)
tree31d2b8903c391cbfeb132da649668f733b267b11 /examples
parent2dc815fa21c80c26ffe16575730ebc739c253305 (diff)
Add a per-dcf_root disfigure target
Use it subsystems. This allows one to have sub-projects with separate build configurations.
Diffstat (limited to 'examples')
-rw-r--r--examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make b/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make
index df8dfda..610e463 100644
--- a/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make
+++ b/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make
@@ -8,7 +8,7 @@ $(dcf_root)/import/libhello/configuration-dynamic.make: | $(dcf_root)/import/lib
ifndef %foreign%
-disfigure::
+$(dcf_root)/.disfigure::
$(call message,rm $(dcf_root)/import/libhello/configuration-dynamic.make,\
rm -f $(dcf_root)/import/libhello/configuration-dynamic.make)