From ba759809044cb9864b646229bbe531fe16fe333d Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Wed, 24 Feb 2010 22:44:55 +0000 Subject: [PATCH] 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 --- channels/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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