summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 17:49:55 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 17:49:55 +0000
commit89e516c04a86ab5ae16090e8b9989736ef9278fe (patch)
tree20dd0e91f809dbe3b2682155c0e1d2399285d01c
parent482e137e98c6781c276b0628cc67cc046db90074 (diff)
add missing .configured target to psybnc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2378 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 f48a19174..8409f3212 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)" \