1a42e88 Don't try to get dso deps of statically linked files.

1 file Authored by Jesse Keating 14 years ago, Committed by dcantrell 14 years ago,
    Don't try to get dso deps of statically linked files.
    
    This was causing get_dso_deps to go haywire when encountering
    statically linked things like /sbin/grub.  Particularly bad
    on x86_64 when it would try to use the 64bit LDSO to run the
    32bit executable.  The output would be bad enough that it would
    short circuit our loop to install all the things in KEEPFILES.  We
    noticed this because on x86_64 the gtk2 theme is what is listed after
    /sbin/grub in keepfiles, and we weren't getting our theme on x86_64.