add missing .configured target to psybnc

SVN-Revision: 2378
This commit is contained in:
Felix Fietkau 2005-11-07 17:49:55 +00:00
parent 570cad8f1f
commit 735286342d

View file

@ -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)" \