From: Russell Bryant Date: Mon, 8 Feb 2010 23:20:43 +0000 (+0000) Subject: Remove object files from the channels/sip/ directory on make clean. X-Git-Tag: 11.0.0-beta1~3465 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9184b8dbe862baf7befe70213b0709d5f9873b6;p=thirdparty%2Fasterisk.git Remove object files from the channels/sip/ directory on make clean. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245597 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/Makefile b/channels/Makefile index 624b8c792c..847f5fcfae 100644 --- a/channels/Makefile +++ b/channels/Makefile @@ -64,6 +64,7 @@ endif clean:: $(MAKE) -C misdn clean if [ -f h323/Makefile ]; then $(MAKE) -C h323 clean; fi + rm -f sip/*.o dist-clean:: rm -f h323/Makefile