diff --git a/tools/Makefile b/tools/Makefile
index 7f22591dcce5eed689a07b9d37407d7fa4e7c92f..e96167b4e7bc13e224b25e052f5d0e749b05d973 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -63,7 +63,7 @@ define PrepareStaging
 endef
 
 # preparatory work
-$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build $(STAGING_DIR_HOST)/.prepared
+$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build
 	$(call PrepareStaging,$(STAGING_DIR))
 	mkdir -p $(BUILD_DIR)/stamp
 	touch $@