From: Felix Fietkau Date: Mon, 7 Nov 2005 17:49:55 +0000 (+0000) Subject: add missing .configured target to psybnc X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7e926ffee10835d9e9847278b0c136dd6bfad1dd;p=openwrt%2Fsvn-archive%2Farchive.git add missing .configured target to psybnc SVN-Revision: 2378 --- diff --git a/openwrt/package/psybnc/Makefile b/openwrt/package/psybnc/Makefile index f48a191740..8409f32122 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)" \