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: https://origsvn.digium.com/svn/asterisk/trunk@280626 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10-digiumphones
Tilghman Lesher 15 years ago
parent a352ff7f60
commit f5c02a6206

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

Loading…
Cancel
Save