Author: oxygene Date: 2009-04-26 21:47:23 +0200 (Sun, 26 Apr 2009) New Revision: 444
Modified: trunk/Makefile Log: Enable scan-build for flashrom.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de Acked-by: Patrick Georgi patrick.georgi@coresystems.de
Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2009-04-25 22:07:28 UTC (rev 443) +++ trunk/Makefile 2009-04-26 19:47:23 UTC (rev 444) @@ -6,7 +6,7 @@
PROGRAM = flashrom
-CC = gcc +CC ?= gcc STRIP = strip INSTALL = /usr/bin/install PREFIX = /usr/local @@ -57,7 +57,7 @@ rm -f .dependencies
dep: - @$(CC) -MM *.c > .dependencies + @$(CC) $(SVNDEF) -MM *.c > .dependencies
pciutils: @echo; printf "Checking for pciutils and zlib... "