summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index fac04133d1..4f1351e531 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -5,9 +5,7 @@ LIBNAME = libosdep.a
SRCS-$(HAVE_SYS_MMAN_H) += mmap_anon.c
SRCS-$(MACOSX_FINDER_SUPPORT) += macosx_finder_args.c
-ifneq ($(TARGET_OS),MINGW32)
SRCS-$(STREAM_CACHE) += shmem.c
-endif
SRCS-$(NEED_FSEEKO) += fseeko.c
SRCS-$(NEED_FTELLO) += ftello.c