From c0e53c9b045f3c9cdb5cb498cc7a7db57620b845 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 3 Jun 2010 14:48:09 +0000 Subject: Comment out a rule that likes to run implicitly unnecessarily, breaking builds git-svn-id: http://svn.digium.com/svn/asterisk/trunk@267445 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/h323/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'channels/h323') diff --git a/channels/h323/Makefile.in b/channels/h323/Makefile.in index 2d5f3a547..2908c52cb 100644 --- a/channels/h323/Makefile.in +++ b/channels/h323/Makefile.in @@ -37,8 +37,12 @@ $(SOURCES):: Makefile ../../Makefile libchanh323.a: $(OBJS) ar crv $@ $(OBJS) -cisco-h225.cxx:: cisco-h225.asn - asnparser -m CISCO_H225 -c $< +# +# We have this file in svn, so this is commented out to ensure it doesn't try +# to run implicitly. However, it's still here for reference. +# +#cisco-h225.cxx:: cisco-h225.asn +# asnparser -m CISCO_H225 -c $< Makefile.ast: @echo H323CFLAGS = $(STDCCFLAGS) $(OPTCCFLAGS) $(CFLAGS) >$@.tmp -- cgit v1.2.3