From: nbd Date: Mon, 7 Nov 2005 17:49:55 +0000 (+0000) Subject: add missing .configured target to psybnc X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/89e516c04a86ab5ae16090e8b9989736ef9278fe add missing .configured target to psybnc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2378 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)" \