help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: *** target pattern contains no `%'. Stop.


From: KIRAN
Subject: Re: *** target pattern contains no `%'. Stop.
Date: Mon, 20 Apr 2009 00:18:50 -0700 (PDT)
User-agent: G2/1.0

On Apr 16, 12:18 pm, Ralf Wildenhues <Ralf.Wildenh...@gmx.de> wrote:
> Hello,
>
> * Henrik Carlqvist wrote on Wed, Apr 15, 2009 at 11:12:35PM CEST:
>
> > KIRAN <kira...@gmail.com> wrote:
> > > OBJS = $(SRC_FILES:.c=.doj)
> > > DEPS = $(SRC_FILES:.c=.d)
> > > ASMS = $(ASM_FILES:.s=.doj)
>
> > Those lines seem to be your problem, you probably meant:
>
> > OBJS = $(SRC_FILES:%.c=%.doj)
> > DEPS = $(SRC_FILES:%.c=%.d)
> > ASMS = $(ASM_FILES:%.s=%.doj)
>
> No, these lines are perfectly fine without %.
>
> KIRAN, your 'make' doesn't cope with w32-style C:/paths, and interprets
> the colon as separator between targes and prerequisites.  If you're
> using MinGW, there is another make that should cope; alternatively, you
> can try using (converting them to, or getting the compiler to output)
> unix-style paths instead.
>
> Hope that helps.
>
> Cheers,
> Ralf

Thanks Ralf Wildenhues. I will try unix style path

Regards,
Kiran


reply via email to

[Prev in Thread] Current Thread [Next in Thread]