aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-04 19:47:41 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-04 19:47:41 +0000
commitb306fc7bd1fc588ef690b0ffadd647b255f29801 (patch)
tree2e5ace32bcc084c20557f0a905fbebbb9f3f7d1c /channels
parentdd34cec80cb9dc70c3e42dfdeb2313588c2cfc0c (diff)
Comment out a rule that likes to break the chan_h323 build randomly.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@268053 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/h323/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/channels/h323/Makefile.in b/channels/h323/Makefile.in
index 083250f55..603b7e7f3 100644
--- a/channels/h323/Makefile.in
+++ b/channels/h323/Makefile.in
@@ -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