From: Russell Bryant Date: Thu, 10 Jan 2008 00:11:02 +0000 (+0000) Subject: Ensure that libg722.a gets rebuilt if one of the files changes X-Git-Tag: 1.6.0-beta1~3^2~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc11e9569de304f75f3b9b349cc6c40e0c8a7f57;p=thirdparty%2Fasterisk.git Ensure that libg722.a gets rebuilt if one of the files changes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97650 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/codecs/Makefile b/codecs/Makefile index d96e7cf57d..f4fc76211e 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)