summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 808f2e3e7b..cc3ea85487 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -13,8 +13,8 @@ endif
getch = getch2.c
timer = timer-lx.c
-ifeq ($(MACOSX),yes)
-timer = timer-macosx.c
+ifeq ($(TARGET_OS),Darwin)
+timer = timer-darwin.c
endif
ifeq ($(TARGET_CYGWIN),yes)
timer = timer-win2.c