mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-26 04:44:39 +02:00
Add missing .configured target that caused superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1001 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dfb6d4176b
commit
c364deef1a
@ -50,6 +50,9 @@ asterisk-compile: $(PKG_BUILD_DIR)/.prepared
|
|||||||
EXTRA_MODS="$(MODS)" \
|
EXTRA_MODS="$(MODS)" \
|
||||||
MODSPEEX="$(SPEEX)"
|
MODSPEEX="$(SPEEX)"
|
||||||
|
|
||||||
|
$(PKG_BUILD_DIR)/.configured:
|
||||||
|
touch $@
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built: asterisk-compile
|
$(PKG_BUILD_DIR)/.built: asterisk-compile
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user