aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-24 22:44:55 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-24 22:44:55 +0000
commit9e49229296f6adaed411c7bfccf50e5f5346d294 (patch)
treeba1eb16b07afb3aa124158f0cd6188861ce859d1 /channels
parentfe7b0eae7b15ba31a5465b150f0c6cf5b49657d7 (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: http://svn.digium.com/svn/asterisk/trunk@248667 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-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