projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
857e341
)
Fix this so it doesn't force codec_g722 to get relinked every time
author
Russell Bryant
<russell@russellbryant.com>
Thu, 10 Jan 2008 00:17:02 +0000
(
00:17
+0000)
committer
Russell Bryant
<russell@russellbryant.com>
Thu, 10 Jan 2008 00:17:02 +0000
(
00:17
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97652
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
codecs/Makefile
patch
|
blob
|
history
diff --git
a/codecs/Makefile
b/codecs/Makefile
index
f4fc762
..
b7647b2
100644
(file)
--- a/
codecs/Makefile
+++ b/
codecs/Makefile
@@
-50,9
+50,9
@@
$(LIBILBC):
$(if $(filter codec_ilbc,$(EMBEDDED_MODS)),modules.link,codec_ilbc.so): $(LIBILBC)
-$(LIBG722):
+FORCE:
+
+$(LIBG722): FORCE
@$(MAKE) -C g722 all
$(if $(filter codec_g722,$(EMBEDDED_MODS)),modules.link,codec_g722.so): $(LIBG722)
-
-.PHONY: $(LIBG722)