From a2a1eb045de773f5a8ff018121978fa0dbf06a1c Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 10 Jan 2008 00:17:02 +0000 Subject: Fix this so it doesn't force codec_g722 to get relinked every time git-svn-id: http://svn.digium.com/svn/asterisk/trunk@97652 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codecs/Makefile b/codecs/Makefile index f4fc76211..b7647b2e5 100644 --- a/codecs/Makefile +++ b/codecs/Makefile @@ -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) -- cgit v1.2.3