summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-cmake.make2
-rw-r--r--rules/post/virtual.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-cmake.make b/rules/host-cmake.make
index 7e85ccca1..607fc4d4d 100644
--- a/rules/host-cmake.make
+++ b/rules/host-cmake.make
@@ -46,6 +46,8 @@ HOST_CMAKE_ENV := $(HOST_ENV)
#
HOST_CMAKE_AUTOCONF := $(HOST_AUTOCONF)
+$(STATEDIR)/host-cmake.install.post: $(PTXDIST_CMAKE_TOOLCHAIN)
+
# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------
diff --git a/rules/post/virtual.make b/rules/post/virtual.make
index 1e9359883..aad92dff9 100644
--- a/rules/post/virtual.make
+++ b/rules/post/virtual.make
@@ -20,8 +20,6 @@ ifdef PTXCONF_CROSS_PKG_CONFIG_WRAPPER
$(STATEDIR)/virtual-cross-tools.install: $(STATEDIR)/cross-pkg-config-wrapper.install
endif
-$(STATEDIR)/virtual-cross-tools.install: $(PTXDIST_CMAKE_TOOLCHAIN)
-
$(STATEDIR)/virtual-cross-tools.install:
@$(call targetinfo)
@$(call touch)