projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d370de
)
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)
SVN-Revision: 1001
openwrt/package/asterisk/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/asterisk/Makefile
b/openwrt/package/asterisk/Makefile
index 6b896a306af2bdc19ee11122fc0c201099ab5227..db12adf63502341507eed92d913b3db0015af4f9 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 $@