]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Comment out a rule that likes to break the chan_h323 build randomly.
authorRussell Bryant <russell@russellbryant.com>
Fri, 4 Jun 2010 19:47:41 +0000 (19:47 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 4 Jun 2010 19:47:41 +0000 (19:47 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@268053 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/h323/Makefile.in

index 083250f5546053e2ca8ddd1f1ac476ed282d7d4f..603b7e7f3728f7cb0f54b1e8f635b6807f02a0e2 100644 (file)
@@ -35,8 +35,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