Re: CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-11 Thread Ralf Corsepius
On Wed, 2006-10-11 at 22:02 +0200, Thomas Schwinge wrote: > Hello! > > On Wed, Oct 11, 2006 at 10:12:33AM +0200, Ralf Corsepius wrote: > > with automake-cvs/HEAD, and using *.S, CPPASCOMPILE doesn't apply > > $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) to its compilation rules. > > It also doesn't fo

Re: CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-11 Thread Thomas Schwinge
Hello! On Wed, Oct 11, 2006 at 10:12:33AM +0200, Ralf Corsepius wrote: > with automake-cvs/HEAD, and using *.S, CPPASCOMPILE doesn't apply > $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) to its compilation rules. It also doesn't for 1.9.6, by the way. > From a Makefile.in: > CPPASCOMPILE = $(CCAS) $(A

CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-11 Thread Ralf Corsepius
Hi, with automake-cvs/HEAD, and using *.S, CPPASCOMPILE doesn't apply $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) to its compilation rules. >From a Makefile.in: CPPASCOMPILE = $(CCAS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) \ $(CCASFLAGS) IMO, as *.S sources are supposed to be preprocesse