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:
parent
b585710bc2
commit
dbc8b4a8e4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue