Idwer Vollering (vidwer@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/416
-gerrit
commit 3a6e78ddb8b21625f4150a24cd1e124f36e77682 Author: Idwer Vollering vidwer@gmail.com Date: Sat Nov 5 20:34:03 2011 +0100
Make the Makefile of inteltool and superiotool more flexible.
Change-Id: I0a85cb469bd1188fcd4e88df59380ffa5828496f Signed-off-by: Idwer Vollering vidwer@gmail.com --- util/inteltool/Makefile | 2 +- util/superiotool/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile index db7fca0..e347931 100644 --- a/util/inteltool/Makefile +++ b/util/inteltool/Makefile @@ -22,7 +22,7 @@ PROGRAM = inteltool
CC = gcc -INSTALL = /usr/bin/install +INSTALL = $(shell which install) PREFIX = /usr/local CFLAGS = -O2 -g -Wall -W LDFLAGS = -lpci -lz diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 5cc7650..45af168 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -21,7 +21,7 @@ PROGRAM = superiotool
CC = gcc -INSTALL = /usr/bin/install +INSTALL = $(shell which install) PREFIX = /usr/local
# Set the superiotool version string from the highest revision number