aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-10 00:11:02 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-10 00:11:02 +0000
commitd4f2402f2e2f8ab84dd0b18614440196c42a3198 (patch)
tree6db824ac5e65595293dcd8ce74db7674e8fc0f12 /codecs
parent245dfccf9e9aa3d5eddfabf93f44d2c7688fc3eb (diff)
Ensure that libg722.a gets rebuilt if one of the files changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@97650 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index d96e7cf57..f4fc76211 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -54,3 +54,5 @@ $(LIBG722):
@$(MAKE) -C g722 all
$(if $(filter codec_g722,$(EMBEDDED_MODS)),modules.link,codec_g722.so): $(LIBG722)
+
+.PHONY: $(LIBG722)