mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -37,8 +37,12 @@ $(SOURCES):: Makefile ../../Makefile
|
|||||||
libchanh323.a: $(OBJS)
|
libchanh323.a: $(OBJS)
|
||||||
ar crv $@ $(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:
|
Makefile.ast:
|
||||||
@echo H323CFLAGS = $(STDCCFLAGS) $(OPTCCFLAGS) $(CFLAGS) >$@.tmp
|
@echo H323CFLAGS = $(STDCCFLAGS) $(OPTCCFLAGS) $(CFLAGS) >$@.tmp
|
||||||
|
Reference in New Issue
Block a user