Re: [PATCH, MELT] remove useless use of var in gcc/Makefile.in

2011-05-16 Thread Basile Starynkevitch
On Mon, 16 May 2011 17:37:24 +0200 wrote: > this patch is for the MELT branch. > > My GCC contributor number is 634276. [...] > 2011-05-16 Pierre Vittet > > * Makefile.in: remove useless use of MELTHERE_CFLAGS, > remove variable MELTHERE_CC1_CFLAGS, as it takes its arg from >

[PATCH, MELT] remove useless use of var in gcc/Makefile.in

2011-05-16 Thread piervit
Hello, this patch is for the MELT branch. My GCC contributor number is 634276. In a previous commit MELTHERE_CFLAGS was remove. I could still find a few references to it in the gcc/Makefile.in. I have also removed MELTHERE_CC1_CFLAGS as it takes its value from a subset of MELTHERE_CFLAGS T