Makefile: fix duplicate strcasestr for windows
authorJens Axboe <axboe@fb.com>
Fri, 22 Jan 2016 22:10:31 +0000 (15:10 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 22 Jan 2016 22:10:31 +0000 (15:10 -0700)
Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile

index b6ebf2fef010e6545ffe81e28d8df5785da8c597..9b15afeb2ecfa0a55a99ed68d7e4802d3ba82c21 100644 (file)
--- 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)