summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-02-24 22:44:55 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-02-24 22:44:55 +0000
commitba759809044cb9864b646229bbe531fe16fe333d (patch)
treeba1eb16b07afb3aa124158f0cd6188861ce859d1 /channels/Makefile
parent4e1e6820dbf1744df641cd88293c502584b5d4df (diff)
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
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index cb6919438..516b548b0 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