[asterisk-commits] jpeeler: branch 1.4 r274359 - /branches/1.4/main/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 6 17:46:41 CDT 2010
Author: jpeeler
Date: Tue Jul 6 17:46:37 2010
New Revision: 274359
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=274359
Log:
Ensure file.o is built correctly.
(related to issue #15250)
Modified:
branches/1.4/main/Makefile
Modified: branches/1.4/main/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/main/Makefile?view=diff&rev=274359&r1=274358&r2=274359
==============================================================================
--- branches/1.4/main/Makefile (original)
+++ branches/1.4/main/Makefile Tue Jul 6 17:46:37 2010
@@ -121,7 +121,7 @@
$(CC) -g -o testexpr2 ast_expr2f.o ast_expr2.o
rm ast_expr2.o ast_expr2f.o
-asterisk.o channel.o: _ASTCFLAGS+=$(ZAPTEL_INCLUDE) $(DAHDI_INCLUDE)
+asterisk.o channel.o file.o: _ASTCFLAGS+=$(ZAPTEL_INCLUDE) $(DAHDI_INCLUDE)
stdtime/localtime.o: _ASTCFLAGS+=$(AST_NO_STRICT_OVERFLOW)
More information about the asterisk-commits
mailing list