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

Actually force running make for g722.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@194714 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 3c3c03c1
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)
FORCE:
$(LIBG722): FORCE
$(LIBG722):
@$(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.
Please register or to comment