From ada83043abcb94dde7c603ce60ae8de9693a022f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 22 Jan 2016 15:10:31 -0700 Subject: [PATCH] Makefile: fix duplicate strcasestr for windows Signed-off-by: Jens Axboe --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b6ebf2fe..9b15afeb 100644 --- a/Makefile +++ b/Makefile @@ -239,7 +239,6 @@ ifneq (,$(findstring CYGWIN,$(CONFIG_TARGET_OS))) T_DEDUPE_OBJS += os/windows/posix.o lib/hweight.o T_SMALLOC_OBJS += os/windows/posix.o lib/hweight.o T_LFSR_TEST_OBJS += os/windows/posix.o lib/hweight.o - T_ZIPF_OBJS += oslib/strcasestr.o endif T_TEST_PROGS = $(T_SMALLOC_PROGS) -- 2.25.1