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: https://git.librecmc.org/?a=commitdiff_plain;h=e325c6a2930811b838542fd25439a3c914e20cde;p=librecmc%2Flibrecmc.git 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 $@