From d64cf0fa187114a41506e9075e7937a9e98cb4e4 Mon Sep 17 00:00:00 2001 From: jpeeler Date: Tue, 6 Jul 2010 22:46:37 +0000 Subject: Ensure file.o is built correctly. (related to issue #15250) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@274359 f38db490-d61c-443f-a65b-d21fe96a405b --- main/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/Makefile b/main/Makefile index e55731f17..e91795898 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) -- cgit v1.2.3