aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-03-18 03:15:17 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-03-18 03:15:17 +0000
commit04f817e512b6419399467129b8b2070a3b9bae5b (patch)
treea834838818000ac167ce2b8d73eb1ab965f3b0c3 /Makefile
parent5e27f1fb3895a4c59d162431cf1a3574c948ae8b (diff)
improved checking for Mac OS X 10.4
svn path=/trunk/externals/apple/; revision=13228
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c13932..0e9876b 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ ifeq ($(UNAME),Darwin)
STRIP = strip -x
else # Mac OS X
SOURCES += $(SOURCES_Darwin)
- ifneq ($(findstring 8.11.1, $(shell uname -r)), 8.11.1)
+ ifneq ($(shell uname -r | sed 's|\([0-9][0-9]*\.[0-9][0-9]*\).*|\1|'), 8.11)
SOURCES += $(SOURCES_iphoneos)
endif
EXTENSION = pd_darwin