aboutsummaryrefslogtreecommitdiff
path: root/rules/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules/common.mk')
-rw-r--r--rules/common.mk13
1 files changed, 7 insertions, 6 deletions
diff --git a/rules/common.mk b/rules/common.mk
index d130fc0..658ce2d 100644
--- a/rules/common.mk
+++ b/rules/common.mk
@@ -102,15 +102,16 @@ protodir = $(protodir.$(variant))
# Common targets for internal usage.
# Some modules (e. g. 32.mk, autotools.mk) add dependencies
# to this, for example configure with autotools
-check-build-dep-stamp 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 post-install-stamp:
touch $@
-install-stamp : build-stamp
-build-stamp : configure-stamp
-configure-stamp : pre-configure-stamp
+post-install-stamp : install-stamp
+install-stamp : build-stamp
+build-stamp : configure-stamp
+configure-stamp : pre-configure-stamp
pre-configure-stamp : patch-stamp unpack-stamp
-patch-stamp : unpack-stamp
-unpack-stamp : check-build-dep-stamp
+patch-stamp : unpack-stamp
+unpack-stamp : check-build-dep-stamp
# Common target to use from command line
# or in component top-level Makefile: