add missing .configured target
SVN-Revision: 2380
This commit is contained in:
parent
cace3d5621
commit
2971791965
@ -13,7 +13,10 @@ include $(TOPDIR)/package/rules.mk
|
||||
$(eval $(call PKG_template,ROBOCFG,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
|
||||
$(PKG_BUILD_DIR)/.prepared:
|
||||
mkdir -p $@
|
||||
mkdir -p $(PKG_BUILD_DIR)
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
|
Loading…
Reference in New Issue
Block a user