X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8f5b87ca4186d5b49fcd40f92091fd3dc348dadc..af1aa301f4b91176421449141555a06f66fcafbe:/openwrt/package/psybnc/Makefile

diff --git a/openwrt/package/psybnc/Makefile b/openwrt/package/psybnc/Makefile
index f48a19174..b4f9b284c 100644
--- a/openwrt/package/psybnc/Makefile
+++ b/openwrt/package/psybnc/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=psybnc
@@ -15,6 +17,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)" \