add missing .configured target
SVN-Revision: 2382
This commit is contained in:
parent
bcf69741e3
commit
4bf1ccd72a
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ include $(TOPDIR)/package/rules.mk
|
|||
|
||||
$(eval $(call PKG_template,PORTSENTRY,portsentry,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) linux
|
||||
touch $@
|
||||
|
|
Loading…
Reference in a new issue