From: Nicolas Thill Date: Sat, 21 May 2005 01:54:50 +0000 (+0000) Subject: Add missing .configured target that caused superfluous package rebuild X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=15ddd3e945cbc3204ddd92539632d549a99cef48 Add missing .configured target that caused superfluous package rebuild SVN-Revision: 1001 --- diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile index 6b896a306a..db12adf635 100644 --- a/openwrt/package/asterisk/Makefile +++ b/openwrt/package/asterisk/Makefile @@ -50,6 +50,9 @@ asterisk-compile: $(PKG_BUILD_DIR)/.prepared EXTRA_MODS="$(MODS)" \ MODSPEEX="$(SPEEX)" +$(PKG_BUILD_DIR)/.configured: + touch $@ + $(PKG_BUILD_DIR)/.built: asterisk-compile touch $@