[flashrom] [PATCH] Use of CFLAGS and CPPFLAGS

Stefan Reinauer stepan at coresystems.de
Fri Jan 22 11:49:41 CET 2010


On 1/22/10 3:49 AM, Carl-Daniel Hailfinger wrote:
> On 21.01.2010 18:21, Stefan Reinauer wrote:
>   
>> This patch fixes the use of CFLAGS and CPPFLAGS in the flashrom makefile
>>
>> Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
>>
>>
>> Index: Makefile
>> ===================================================================
>> --- Makefile	(revision 877)
>> +++ Makefile	(working copy)
>> @@ -221,7 +221,7 @@
>>  	rm -f .dependencies .features .libdeps
>>  
>>  dep:
>> -	@$(CC) $(CPPFLAGS) $(SVNDEF) -MM *.c > .dependencies
>> +	$(CC) $(CPPFLAGS) $(SVNDEF) -MM *.c > .dependencies
>>  
>>  strip: $(PROGRAM)
>>  	$(STRIP) $(STRIP_ARGS) $(PROGRAM)
>>   
>>     
> Was that chunk intentional?
>   

No. Sorry for that. r880





More information about the flashrom mailing list