From: Jens Axboe Date: Fri, 22 Jan 2016 22:10:31 +0000 (-0700) Subject: Makefile: fix duplicate strcasestr for windows X-Git-Tag: fio-2.6~6 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ada83043abcb94dde7c603ce60ae8de9693a022f Makefile: fix duplicate strcasestr for windows Signed-off-by: Jens Axboe --- 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)