diff options
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 6b896a306..db12adf63 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 $@ |