add missing .configured target to psybnc
SVN-Revision: 2378
This commit is contained in:
parent
570cad8f1f
commit
735286342d
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ include $(TOPDIR)/package/rules.mk
|
|||
|
||||
$(eval $(call PKG_template,PSYBNC,psybnc,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC="$(TARGET_CC)" \
|
||||
|
|
Loading…
Reference in a new issue