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 <pe...@stuge.se>
Acked-by: Peter Stuge <pe...@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 <pe...@stuge.se>
+# Copyright (c) 2008, 2009 Peter Stuge <pe...@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


-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to