aboutsummaryrefslogtreecommitdiff
path: root/rules/common.mk
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-09-14 12:26:38 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-09-14 12:26:38 +0400
commitc5abe7d73eca609b9f6e09b8eeb63f9bee4b1555 (patch)
tree96a44126ff559069e2e32485a61cb2b91d55e918 /rules/common.mk
parent5085f1be9cf54e9db1290ea923e933f8354207f0 (diff)
downloadcibs-c5abe7d73eca609b9f6e09b8eeb63f9bee4b1555.tar.gz
Check and install build dependencies
Diffstat (limited to 'rules/common.mk')
-rw-r--r--rules/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/common.mk b/rules/common.mk
index 9ddadae..9d283f9 100644
--- a/rules/common.mk
+++ b/rules/common.mk
@@ -81,7 +81,7 @@ destdir = $(destdir.$(bits))
# Common targets for internal usage.
# Some modules (e. g. 32.mk, autotools.mk) add dependencies
# to this, for example configure with autotools
-unpack-stamp patch-stamp pre-configure-stamp configure-stamp build-stamp install-stamp:
+check-build-dep-stamp unpack-stamp patch-stamp pre-configure-stamp configure-stamp build-stamp install-stamp:
touch $@
# Common target to use from command line