[flashrom] [PATCH] Use of CFLAGS and CPPFLAGS

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Fri Jan 22 03:49:13 CET 2010


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?

Regards,
Carl-Daniel

-- 
Developer quote of the year:
"We are juggling too many chainsaws and flaming arrows and tigers."





More information about the flashrom mailing list