Bug 654716 - Remove WinCE code from other-licenses/bsdiff/Makefile.in; r=ted

This commit is contained in:
Ed Morley 2011-05-09 09:54:40 -07:00
parent 08d1a9d72e
commit 774351215f

View File

@ -54,7 +54,7 @@ else
HOST_LIBS += $(DIST)/host/lib/$(LIB_PREFIX)hostbz2.$(LIB_SUFFIX)
endif
ifneq (,$(filter WINCE WINNT,$(HOST_OS_ARCH)))
ifeq ($(HOST_OS_ARCH),WINNT)
HOST_EXTRA_LIBS += $(call EXPAND_LIBNAME,Ws2_32)
endif