
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@coresystems.de> Acked-by: Stefan Reinauer <stepan@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)
participants (1)
-
svn@coreboot.org