summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 9c39fddd3a..4052aa4cd7 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -17,10 +17,10 @@ timer = timer-lx.c
ifeq ($(TARGET_OS),Darwin)
timer = timer-darwin.c
endif
-ifeq ($(TARGET_CYGWIN),yes)
+ifeq ($(TARGET_OS),CYGWIN)
timer = timer-win2.c
endif
-ifeq ($(TARGET_MINGW32),yes)
+ifeq ($(TARGET_OS),MINGW32)
timer = timer-win2.c
getch = getch2-win.c
SRCS += glob-win.c