diff options
-rw-r--r-- | ACE/include/makeinclude/platform_macosx.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_macosx.GNU b/ACE/include/makeinclude/platform_macosx.GNU index 422ebe63860..4636074a7bc 100644 --- a/ACE/include/makeinclude/platform_macosx.GNU +++ b/ACE/include/makeinclude/platform_macosx.GNU @@ -9,7 +9,7 @@ MACOS_BUILD_VERSION = $(word 3,${MACOS_REL_WORDS}) MACOS_CODENAME_VER_10_2 := MACOS_CODENAME_VER_10_3 := panther -MACOS_CODENAME_VER_10_4 := tigher +MACOS_CODENAME_VER_10_4 := tiger MACOS_CODENAME_VER_10_5 := leopard MACOS_CODENAME_VER_10_6 := snowleopard MACOS_CODENAME_VER_10_7 := lion |