diff options
Diffstat (limited to 'openwrt/package/mtd/Makefile')
-rw-r--r-- | openwrt/package/mtd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/mtd/Makefile b/openwrt/package/mtd/Makefile index 18ebc9033..0ff1945b4 100644 --- a/openwrt/package/mtd/Makefile +++ b/openwrt/package/mtd/Makefile @@ -13,7 +13,10 @@ $(eval $(call PKG_template,MTD,$(PKG_NAME),$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,MTD_STATIC,mtd-static,$(PKG_RELEASE),$(ARCH))) $(PKG_BUILD_DIR)/.prepared: - mkdir -p $@ + mkdir -p $(PKG_BUILD_DIR) + touch $@ + +$(PKG_BUILD_DIR)/.configured: touch $@ $(PKG_BUILD_DIR)/.built: |