[coreboot] r670 - coreboot-v3

svn at coreboot.org svn at coreboot.org
Tue Apr 29 13:49:42 CEST 2008


Author: stepan
Date: 2008-04-29 13:49:42 +0200 (Tue, 29 Apr 2008)
New Revision: 670

Modified:
   coreboot-v3/Makefile
Log:
remove typo... (trivial)

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>


Modified: coreboot-v3/Makefile
===================================================================
--- coreboot-v3/Makefile	2008-04-29 03:52:57 UTC (rev 669)
+++ coreboot-v3/Makefile	2008-04-29 11:49:42 UTC (rev 670)
@@ -25,7 +25,7 @@
 PATCHLEVEL = 0
 # Set the sublevel version string from the highest revision number
 # of the checked out files.
-SUBLEVEL := "$(shell svnversion -cn . \ | sed -e "s/.*://" -e "s/\([0-9]*\).*/\1/")"'
+SUBLEVEL := "$(shell svnversion -cn . \ | sed -e "s/.*://" -e "s/\([0-9]*\).*/\1/")"
 
 have_dotconfig := $(wildcard .config)
 





More information about the coreboot mailing list