summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index fdba1b36c..3f714cd68 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -27,7 +27,6 @@ ifneq ($(strip $(HOST_UNPACK)),)
define Host/Prepare/Default
$(HOST_UNPACK)
$(Host/Patch)
- $(if $(QUILT),touch $(HOST_BUILD_DIR)/.quilt_used)
endef
endif