summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-07 17:49:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-07 17:49:55 +0000
commit735286342df694457b7e8320979586036e444b8e (patch)
tree2d4621799923e1b516e49d7525e2b553e12e1a62
parent570cad8f1f481a948708be4765a5f49a76ec5aef (diff)
downloadmtk-20170518-735286342df694457b7e8320979586036e444b8e.zip
mtk-20170518-735286342df694457b7e8320979586036e444b8e.tar.gz
mtk-20170518-735286342df694457b7e8320979586036e444b8e.tar.bz2
add missing .configured target to psybnc
SVN-Revision: 2378
-rw-r--r--openwrt/package/psybnc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/psybnc/Makefile b/openwrt/package/psybnc/Makefile
index f48a191..8409f32 100644
--- a/openwrt/package/psybnc/Makefile
+++ b/openwrt/package/psybnc/Makefile
@@ -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)" \