From: Jason Parker Date: Tue, 30 Oct 2007 20:29:41 +0000 (+0000) Subject: Only try to clean out h323/ if the h323/Makefile exists. X-Git-Tag: 1.4.14~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc51acbc736b28a198b940a524454a4b5c07ef2d;p=thirdparty%2Fasterisk.git Only try to clean out h323/ if the h323/Makefile exists. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@87650 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/Makefile b/channels/Makefile index 94b324b96f..6f9a7d5aec 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