eliminate redundancy by creating the quilt_used stampfile in the right place
[openwrt-10.03/.git] / include / host-build.mk
index fdba1b36cbfe44e4e52d0eb70d045bebb4329372..3f714cd6821947912627e06c8d9b06c863fa7ef4 100644 (file)
@@ -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