aboutsummaryrefslogtreecommitdiff
path: root/rules/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules/common.mk')
-rw-r--r--rules/common.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/common.mk b/rules/common.mk
index eb003ee..bea0aeb 100644
--- a/rules/common.mk
+++ b/rules/common.mk
@@ -85,6 +85,12 @@ destdir = $(destdir.$(bits))
check-build-dep-stamp unpack-stamp patch-stamp pre-configure-stamp configure-stamp build-stamp install-stamp:
touch $@
+install-stamp : build-stamp
+build-stamp : configure-stamp
+configure-stamp : patch-stamp
+patch-stamp : unpack-stamp
+unpack-stamp : check-build-dep-stamp
+
# Common target to use from command line
# or in component top-level Makefile:
unpack : unpack-stamp