aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-02 22:46:58 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-02 22:46:58 +0000
commiteafa957a349ee9334292be61ffccfc4239585e14 (patch)
tree2aa87c80a3815b41acc9e457a7460348eea74810 /channels/Makefile
parent1322c9d2c78b6b8f5e8975d18f0e8f5729e3f057 (diff)
Merged revisions 267352 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r267352 | russell | 2010-06-02 17:46:37 -0500 (Wed, 02 Jun 2010) | 7 lines try to fix some random chan_h323 compilation failures After some debugging, the random chan_h323 build failures appear to be due to complications introduced by some chan_h323 specific build stuff getting triggered during a clean. Simplify this by moving the h323 clean commands down into channels/makefile. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@267353 f38db490-d61c-443f-a65b-d21fe96a405b
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 b7d1d39d9..e4ee2ec3b 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -63,7 +63,7 @@ endif
clean::
$(MAKE) -C misdn clean
- if [ -f h323/Makefile ]; then $(MAKE) -C h323 clean; fi
+ rm -f h323/libchanh323.a h323/Makefile.ast h323/*.o h323/*.dep
dist-clean::
rm -f h323/Makefile