diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-07-29 14:21:50 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-07-29 14:21:50 +0000 |
commit | 47436b3f3b242128fc7f752a1f883a54ed55b616 (patch) | |
tree | df72baaa91690a03985f313e482c017e15079b81 /Build | |
parent | f00979d44336350fc044c10d048b587cf88baada (diff) |
rename xindy-powerpc.mem to xindy-ppc.mem (to match -arch option on gcc on mac)
git-svn-id: svn://tug.org/texlive/trunk@9872 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/utils/xindy/user-commands/xindy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/user-commands/xindy.in b/Build/source/utils/xindy/user-commands/xindy.in index 4070bad1e06..d1a5e2eb3ba 100644 --- a/Build/source/utils/xindy/user-commands/xindy.in +++ b/Build/source/utils/xindy/user-commands/xindy.in @@ -402,7 +402,7 @@ if ($^O eq 'darwin' && ! -e $mem_file) { # support universal binary on mac my @uname = POSIX::uname(); if ($uname[4] eq 'Power Macintosh') { - $mem_file = "$lib_dir/xindy-powerpc.mem"; + $mem_file = "$lib_dir/xindy-ppc.mem"; } else { $mem_file = "$lib_dir/xindy-i386.mem"; } |