aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-01 22:46:53 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-01 22:46:53 +0000
commit5346abad30950d60eb55e4cc94b285cb3949705e (patch)
treecd4282f04e3b0456167659d4e56fc9149f5d1c43 /externals
parentd59fc0af61e5a2e935e499131847c875cb0fc792 (diff)
fixed stupid typo
svn path=/trunk/; revision=15435
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 364b9964..af061857 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -137,7 +137,7 @@ else
ifeq ($(OS_NAME),darwin)
# on Mac OS X 10.6/Snow Leopard don't build hid since it needs Carbon
LIB_TARGETS += gem pdp gem2pdp iem16 apple
- ifneq ($(shell uname -r | sed 's|10\.0-9][0-9]*\.[0-9][0-9]*|10|'),10)
+ ifneq ($(shell uname -r | sed 's|10\.[0-9][0-9]*\.[0-9][0-9]*|10|'),10)
LIB_TARGETS += hid
endif
else