From: Jeff Peeler Date: Tue, 6 Jul 2010 22:46:37 +0000 (+0000) Subject: Ensure file.o is built correctly. X-Git-Tag: 1.4.35-rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9818a396fee0378c84d725d80c991cb2d561ed3;p=thirdparty%2Fasterisk.git Ensure file.o is built correctly. (related to issue #15250) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@274359 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/Makefile b/main/Makefile index e55731f17c..e917958987 100644 --- a/main/Makefile +++ b/main/Makefile @@ -121,7 +121,7 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h $(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)