add missing .configured target to psybnc
authorFelix Fietkau <nbd@openwrt.org>
Mon, 7 Nov 2005 17:49:55 +0000 (17:49 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 7 Nov 2005 17:49:55 +0000 (17:49 +0000)
SVN-Revision: 2378

openwrt/package/psybnc/Makefile

index f48a191740f92982716eb1d6e5e3beebd5f863d5..8409f321225ff332d499bfd4039fa824aba907dc 100644 (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)" \