projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a013038
)
Add missing .configured target that caused superfluous package rebuild
author
Nicolas Thill
<nico@openwrt.org>
Sat, 21 May 2005 01:54:50 +0000
(
01:54
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 21 May 2005 01:54:50 +0000
(
01:54
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1001
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/asterisk/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/asterisk/Makefile
b/openwrt/package/asterisk/Makefile
index
6b896a3
..
db12adf
100644
(file)
--- 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 $@