diff --git a/channels/h323/Makefile.in b/channels/h323/Makefile.in index 2d5f3a5477af956e4238fe2557f7903336327b75..2908c52cb6addeb2daba766f42523f2770273572 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