aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-15 17:24:39 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-15 17:24:39 +0000
commit38dc66c16382d422b6d15da856e2c00a92c2140c (patch)
tree296a9376c53579025d1600dab080fc1ddb9cb9e7 /codecs
parent85df6cad50d0e708bb050336724b5d2c0c47e701 (diff)
Actually force running make for g722.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@194714 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index 620fb2f19..a8050ece7 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -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)