mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Fix this so it doesn't force codec_g722 to get relinked every time
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97652 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user