From c5abe7d73eca609b9f6e09b8eeb63f9bee4b1555 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 14 Sep 2012 12:26:38 +0400 Subject: Check and install build dependencies --- rules/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/common.mk') 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 -- cgit v1.2.3