This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: @D not replaced
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: "Douglas B Rupp" <rupp at gnat dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Fri, 23 Jan 2004 13:23:13 -0800
- Subject: Re: @D not replaced
- References: <0cb501c3e1f1$00e40fa0$6901a8c0@Jinx>
"Douglas B Rupp" <rupp@gnat.com> writes:
> Greetings,
>
> This line in gcc/Makefile contains an unreplaced macro:
>
> INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
> -I$(srcdir)/../include
That's not an Autoconf macro, that's a GNU Make variable.
> This anomaly seems to widespread , but only occasionally triggers an error:
This would be a bug in your copy of GNU Make.
zw