From a12eaccc0bbfd6f2b47fd5eb38574852a64ec749 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Tue, 15 Jan 2013 16:09:08 -0800 Subject: use a relative path for #line 3 The current path doesn't make much sense (unless you're Sven) and may also incur a very long access penalty if /home happens to be on a network mounted filesystem. Change-Id: I8cfceb3cf237757ce9ea8f1953bce5a72691838a Signed-off-by: David Hendricks Reviewed-on: http://review.coreboot.org/2153 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/sconfig/lex.yy.c_shipped | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/sconfig/lex.yy.c_shipped b/util/sconfig/lex.yy.c_shipped index 4eee1381d3..215da562ca 100644 --- a/util/sconfig/lex.yy.c_shipped +++ b/util/sconfig/lex.yy.c_shipped @@ -1,5 +1,5 @@ -#line 3 "/home/svens/coreboot/coreboot-i5000-latest/util/sconfig/lex.yy.c_shipped" +#line 3 "util/sconfig/lex.yy.c_shipped" #define YY_INT_ALIGNED short int -- cgit v1.2.3