[asterisk-commits] russell: trunk r267445 - /trunk/channels/h323/Makefile.in
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 3 09:48:12 CDT 2010
Author: russell
Date: Thu Jun 3 09:48:09 2010
New Revision: 267445
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=267445
Log:
Comment out a rule that likes to run implicitly unnecessarily, breaking builds
Modified:
trunk/channels/h323/Makefile.in
Modified: trunk/channels/h323/Makefile.in
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/h323/Makefile.in?view=diff&rev=267445&r1=267444&r2=267445
==============================================================================
--- trunk/channels/h323/Makefile.in (original)
+++ trunk/channels/h323/Makefile.in Thu Jun 3 09:48:09 2010
@@ -37,8 +37,12 @@
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
More information about the asterisk-commits
mailing list