summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-06-03 14:48:09 +0000
committerRussell Bryant <russell@russellbryant.com>2010-06-03 14:48:09 +0000
commit63d10a1b1c07b7e35eb5dbcabdcf4d6feaaca4c4 (patch)
treef10a07cf930dd52f8e8e6b199361a9df32757dcb /channels
parent1c67f208a7669ed4da94d62a3b9f6f2dc80b6ff5 (diff)
Comment out a rule that likes to run implicitly unnecessarily, breaking builds
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267445 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 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