X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/900c05f6e102b84281efcd2fc5297b72d9253ba7..42ef307c66cda7b7e0cb34f931633e6aee15ac5b:/include/host-build.mk diff --git a/include/host-build.mk b/include/host-build.mk index c0d62148e..8a8d6dec2 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -27,6 +27,7 @@ ifneq ($(strip $(PKG_UNPACK)),) define Build/Prepare/Default $(PKG_UNPACK) $(Build/Patch) + $(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used) endef endif @@ -86,6 +87,7 @@ define Download/default endef define HostBuild + $(if $(QUILT),$(Build/Quilt)) $(if $(strip $(PKG_SOURCE_URL)),$(call Download,default)) $(if $(DUMP),,$(call HostBuild/Autoclean))