On Fri, 26 Apr 2002 15:07:31 +1000,
Brendan J Simon <[EMAIL PROTECTED]> wrote:
>
>I'm trying to use select() after a base_target() statement. Does
>select() behave differently in this case ?
>I'm getting the following error message:
>...local object names must not contain '/' at 'arch/ppc/boot/
I'm trying to use select() after a base_target() statement. Does
select() behave differently in this case ?
I'm getting the following error message:
...local object names must not contain '/' at 'arch/ppc/boot/common/dummy.o'
My Makefile.in looks like:
base_target(zvmlinux)
select(image.o)
se