From 08c7dd2cbd50b68fd01fdeb059bfff758cec76f7 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 1 Oct 2007 15:06:14 +0000 Subject: The trunk version of this patch also includes a couple more small clean fixes from IgorG. Merged revisions 84170 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r84170 | russell | 2007-10-01 10:00:56 -0500 (Mon, 01 Oct 2007) | 3 lines Remove another file in "make clean". (closes issue #10814, paravoid) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@84171 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/g722/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'codecs') diff --git a/codecs/g722/Makefile b/codecs/g722/Makefile index b69afaaa2..a894e5cbf 100644 --- a/codecs/g722/Makefile +++ b/codecs/g722/Makefile @@ -14,3 +14,4 @@ $(LIB): $(OBJS) clean: rm -f $(LIB) *.o + rm -f .*.o.d -- cgit v1.2.3