Filter the say.o object, it is being added later.
authorEliel C. Sardanons <eliels@gmail.com>
Sun, 31 May 2009 02:09:06 +0000 (02:09 +0000)
committerEliel C. Sardanons <eliels@gmail.com>
Sun, 31 May 2009 02:09:06 +0000 (02:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198442 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/Makefile

index 21d675e..c8e7aed 100644 (file)
@@ -18,7 +18,7 @@ all: asterisk
 include $(ASTTOPDIR)/Makefile.moddir_rules
 
 SRC=$(wildcard *.c)
-OBJSFILTER=fskmodem_int.o fskmodem_float.o cygload.o buildinfo.o
+OBJSFILTER=fskmodem_int.o fskmodem_float.o cygload.o buildinfo.o say.o
 OBJS=$(filter-out $(OBJSFILTER),$(SRC:.c=.o))
 
 # we need to link in the objects statically, not as a library, because