Skip to content
Snippets Groups Projects
Commit 0da00336 authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 857e3412
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment