diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-21 01:54:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-21 01:54:50 +0000 |
commit | e325c6a2930811b838542fd25439a3c914e20cde (patch) | |
tree | 046cc0ac21b26cb03263f615326111856c3d388f /openwrt/package/asterisk | |
parent | 5d370defb3d7fc3acc14cd7bac7d92d79f966030 (diff) | |
download | mtk-20170518-e325c6a2930811b838542fd25439a3c914e20cde.zip mtk-20170518-e325c6a2930811b838542fd25439a3c914e20cde.tar.gz mtk-20170518-e325c6a2930811b838542fd25439a3c914e20cde.tar.bz2 |
Add missing .configured target that caused superfluous package rebuild
SVN-Revision: 1001
Diffstat (limited to 'openwrt/package/asterisk')
-rw-r--r-- | openwrt/package/asterisk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile index 6b896a3..db12adf 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 $@ |