This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: @D not replaced


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]