[coreboot] [commit] r4963 - trunk/util/msrtool

svn at coreboot.org svn at coreboot.org
Sat Nov 28 05:45:34 CET 2009


Author: stuge
Date: 2009-11-28 05:45:34 +0100 (Sat, 28 Nov 2009)
New Revision: 4963

Modified:
   trunk/util/msrtool/configure
Log:
msrtool: Actually do PREFIX substitution in Makefile

Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: trunk/util/msrtool/configure
===================================================================
--- trunk/util/msrtool/configure	2009-11-27 16:55:13 UTC (rev 4962)
+++ trunk/util/msrtool/configure	2009-11-28 04:45:34 UTC (rev 4963)
@@ -2,7 +2,7 @@
 #
 # This file is part of msrtool.
 #
-# Copyright (c) 2008 Peter Stuge <peter at stuge.se>
+# Copyright (c) 2008, 2009 Peter Stuge <peter at stuge.se>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
@@ -180,7 +180,7 @@
 	-e "s#@CFLAGS@#${CFLAGS}#g" \
 	-e "s#@LDFLAGS@#${LDFLAGS}#g" \
 	-e "s#@INSTALL@#${INSTALL}#g" \
-	-e "s#@PREFIX@#/usr/local#g" \
+	-e "s#@PREFIX@#${PREFIX}#g" \
 	Makefile.in >> Makefile
 echo "  done"
 echo





More information about the coreboot mailing list