changeset 22347:c8a46062a210

Move glob-win.c out of MinGW section, configure handles it.
author diego
date Tue, 27 Feb 2007 17:12:23 +0000
parents 26c1cc2a22ff
children 9879c4598744
files osdep/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/osdep/Makefile	Tue Feb 27 17:10:11 2007 +0000
+++ b/osdep/Makefile	Tue Feb 27 17:12:23 2007 +0000
@@ -12,6 +12,7 @@
 SRCS-$(NEED_FSEEKO)           += fseeko.c
 SRCS-$(NEED_FTELLO)           += ftello.c
 SRCS-$(NEED_GETTIMEOFDAY)     += gettimeofday.c
+SRCS-$(NEED_GLOB)             += glob-win.c
 SRCS-$(NEED_SCANDIR)          += scandir.c
 SRCS-$(NEED_SETENV)           += setenv.c
 SRCS-$(NEED_STRLCAT)          += strlcat.c
@@ -30,7 +31,6 @@
 endif
 ifeq ($(TARGET_OS),MINGW32)
 getch = getch2-win.c
-SRCS-$(NEED_GLOB)             += glob-win.c
 endif
 SRCS += $(timer)
 SRCS += $(getch)