mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
Add missing .configured target that caused superfluous package rebuild
SVN-Revision: 1001
This commit is contained in:
parent
5d370defb3
commit
e325c6a293
@ -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 $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user