aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-30 20:29:41 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-30 20:29:41 +0000
commitc05ef5f4fe6eb2d1be4955fa0fd13579cee1e115 (patch)
tree122f84581d9671c169b045ea64ac8efb986e9fee /channels/Makefile
parent92a6b090ceae45cadf0f875c994bc897f8efe822 (diff)
Only try to clean out h323/ if the h323/Makefile exists.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@87650 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 94b324b96..6f9a7d5ae 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -67,7 +67,7 @@ ifneq ($(wildcard h323/Makefile.ast),)
include h323/Makefile.ast
H323LDFLAGS+=-Wl,--version-script=h323/noexport.map
clean::
- $(MAKE) -C h323 clean
+ if [ -f h323/Makefile ]; then $(MAKE) -C h323 clean; fi
else
h323/libchanh323.a h323/Makefile.ast:
$(CMD_PREFIX) $(MAKE) -C h323