summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-04 09:24:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-04 09:24:15 +0200
commit7899564da489006f40f23c789b850b2f843de6cf (patch)
tree47a9cc4db400b83b08e447920caaa2e108ac4fda /build
parent136ef104a65ddba22de87d85d00629b2ee87d2e9 (diff)
Implement install target for examples
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make
index 8425fa0..24fd92e 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -70,9 +70,10 @@ include-dep =
endif
-# For dist, don't include dependecies in examples, and tests.
+# For dist, install don't include dependencies in examples, and tests
+# since we might be cross-compiling.
#
-ifneq ($(filter $(MAKECMDGOALS),dist dist-win),)
+ifneq ($(filter $(MAKECMDGOALS),dist dist-win install),)
ifneq ($(subst $(src_root)/tests/,,$(src_base)),$(src_base))
include-dep =