summaryrefslogtreecommitdiff
path: root/makefiledir/Makefile.libdetection
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-07-01 18:16:16 +0000
committerbjarni <bjarni@openttd.org>2005-07-01 18:16:16 +0000
commit265e2438321cf64c47b1506eb74b44d6f19e5b6b (patch)
tree12514e104295dbb0c785c28e539f80935c6b1613 /makefiledir/Makefile.libdetection
parent229fbefc03fe4c297820ccc40237e93169c0247a (diff)
downloadopenttd-265e2438321cf64c47b1506eb74b44d6f19e5b6b.tar.xz
(svn r2506) - Fix: [OSX, makefile] The makefile can now also see OSX 10.4 as OSX
Diffstat (limited to 'makefiledir/Makefile.libdetection')
-rw-r--r--makefiledir/Makefile.libdetection2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiledir/Makefile.libdetection b/makefiledir/Makefile.libdetection
index 1167117ae..ff9e68a3a 100644
--- a/makefiledir/Makefile.libdetection
+++ b/makefiledir/Makefile.libdetection
@@ -19,7 +19,7 @@ FREEBSD:=1
endif
# Automatically recognize if building on MacOSX
-ifeq ($(VENDOR), apple)
+ifeq ($(shell uname), Darwin)
OSX:=1
# OSX uses the unix setup too
UNIX:=1