]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Only try to clean out h323/ if the h323/Makefile exists.
authorJason Parker <jparker@digium.com>
Tue, 30 Oct 2007 20:29:41 +0000 (20:29 +0000)
committerJason Parker <jparker@digium.com>
Tue, 30 Oct 2007 20:29:41 +0000 (20:29 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@87650 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/Makefile

index 94b324b96f90eda1a21ef701b706d7f9ad1c814b..6f9a7d5aecdd82e039ca12d33cacbde05883c7b4 100644 (file)
@@ -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