summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-21 01:54:50 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-21 01:54:50 +0000
commitc364deef1aa5550ecd7f410ed2b5c52f69b29e13 (patch)
tree046cc0ac21b26cb03263f615326111856c3d388f /openwrt/package
parentdfb6d4176bd8e07e629258818368ba9991a185ae (diff)
Add missing .configured target that caused superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1001 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/asterisk/Makefile3
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 $@