diff options
Diffstat (limited to 'rules/common.mk')
-rw-r--r-- | rules/common.mk | 2 |
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 |