diff osdep/Makefile @ 22348:9879c4598744

Move the decision about stream cache compilation to configure.
author diego
date Tue, 27 Feb 2007 17:13:17 +0000
parents c8a46062a210
children 8bcff5c7e387
line wrap: on
line diff
--- a/osdep/Makefile	Tue Feb 27 17:12:23 2007 +0000
+++ b/osdep/Makefile	Tue Feb 27 17:13:17 2007 +0000
@@ -5,9 +5,7 @@
 
 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