aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-03 14:48:55 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-03 14:48:55 +0000
commit4021fb39701cdd78721c8dbf40ce0caac66de418 (patch)
treedb24b1076b82e01569f52f7a5d2201acdce0b90d /channels/h323
parenteafa957a349ee9334292be61ffccfc4239585e14 (diff)
Merged revisions 267445 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r267445 | russell | 2010-06-03 09:48:09 -0500 (Thu, 03 Jun 2010) | 2 lines Comment out a rule that likes to run implicitly unnecessarily, breaking builds ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@267446 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323')
-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