diff osdep/Makefile @ 10148:139b44930abc

Precise timer for Darwin (it's more accurate than timer-macosx.c)
author alex
date Wed, 21 May 2003 21:18:29 +0000
parents 14c92818ab75
children ab3590ad2101
line wrap: on
line diff
--- a/osdep/Makefile	Wed May 21 21:15:46 2003 +0000
+++ b/osdep/Makefile	Wed May 21 21:18:29 2003 +0000
@@ -13,8 +13,8 @@
 
 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