dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 280624 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r280624 | tilghman | 2010-08-02 09:27:20 -0500 (Mon, 02 Aug 2010) | 2 lines
  
  Apparently, the values in makeopts are sometimes 1:1 and sometimes 1.  Compensate for this.
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@280626 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2010-08-02 14:28:29 +00:00
parent f122234fbc
commit 82857f824e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ OBJS=$(filter-out $(OBJSFILTER),$(SRC:.c=.o))
# otherwise modules will not have them available if none of the static
# objects use it.
OBJS+=stdtime/localtime.o
ifneq ($(WEAKREF),1:1)
ifneq ($(findstring 1,$(WEAKREF)),1)
OBJS+=../res/res_adsi.o
endif