projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b01c7b
)
Remove object files from the channels/sip/ directory on make clean.
author
Russell Bryant
<russell@russellbryant.com>
Mon, 8 Feb 2010 23:20:43 +0000
(23:20 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Mon, 8 Feb 2010 23:20:43 +0000
(23:20 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245597
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/Makefile
patch
|
blob
|
history
diff --git
a/channels/Makefile
b/channels/Makefile
index
624b8c7
..
847f5fc
100644
(file)
--- 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