another spot for the fat_entry exception

This commit is contained in:
jasonmoxham 2010-10-26 09:49:25 +00:00
parent 30529bbe33
commit 57b96b8676

View File

@ -2804,7 +2804,7 @@ case $host in
#jayext=`/bin/echo "${jay#*.}"`
#jayext=`echo "$jay" | sed -n 's/.*\.//'`
base=`echo "${jay%.*}"`
if test "$jayext" = "asm"; then
if test "$jayext" = "asm" && test "$base" != "fat_entry"; then
gmp_srclinks="gmp_srclinks $base.as"
else
gmp_srclinks="$gmp_srclinks $jay"