From cc11e9569de304f75f3b9b349cc6c40e0c8a7f57 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 10 Jan 2008 00:11:02 +0000 Subject: [PATCH] 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 --- codecs/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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)