From 7899564da489006f40f23c789b850b2f843de6cf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 4 Nov 2009 09:24:15 +0200 Subject: Implement install target for examples --- build/bootstrap.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build/bootstrap.make') 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 = -- cgit v1.1