changeset 2000:cba3de8b5eca draft

(svn r2506) - Fix: [OSX, makefile] The makefile can now also see OSX 10.4 as OSX
author bjarni <bjarni@openttd.org>
date Fri, 01 Jul 2005 18:16:16 +0000
parents c33a46e41e24
children eeeb7899f6eb
files makefiledir/Makefile.libdetection
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makefiledir/Makefile.libdetection
+++ b/makefiledir/Makefile.libdetection
@@ -19,7 +19,7 @@
 endif
 
 # Automatically recognize if building on MacOSX
-ifeq ($(VENDOR), apple)
+ifeq ($(shell uname), Darwin)
 OSX:=1
 # OSX uses the unix setup too
 UNIX:=1