remove typo... (trivial)

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


git-svn-id: svn://coreboot.org/repository/coreboot-v3@670 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2008-04-29 11:49:42 +00:00
commit dbc8b4a8e4

View file

@ -25,7 +25,7 @@ VERSION = 3
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)