From: Tilghman Lesher Date: Wed, 24 Feb 2010 22:44:55 +0000 (+0000) Subject: Also kill the .i files, or else the build process will not recreate them, when we X-Git-Tag: 11.0.0-beta1~3389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba759809044cb9864b646229bbe531fe16fe333d;p=thirdparty%2Fasterisk.git Also kill the .i files, or else the build process will not recreate them, when we change flags. Fixes a weird symbol problem mmichelson was having in a group branch, but also applies to trunk. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@248667 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/Makefile b/channels/Makefile index cb69194385..516b548b0d 100644 --- a/channels/Makefile +++ b/channels/Makefile @@ -64,7 +64,7 @@ endif clean:: $(MAKE) -C misdn clean if [ -f h323/Makefile ]; then $(MAKE) -C h323 clean; fi - rm -f sip/*.o + rm -f sip/*.o sip/*.i dist-clean:: rm -f h323/Makefile