diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-01-15 16:09:08 -0800 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2013-01-16 09:58:00 +0100 |
commit | a12eaccc0bbfd6f2b47fd5eb38574852a64ec749 (patch) | |
tree | df1a26ed601d12aa72fa3f4dd58cd48126c44fa2 /util/sconfig/lex.yy.c_shipped | |
parent | 9382bd65d4ebee690fe7ee6602d418144ed92d54 (diff) |
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 <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2153
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'util/sconfig/lex.yy.c_shipped')
-rw-r--r-- | util/sconfig/lex.yy.c_shipped | 2 |
1 files changed, 1 insertions, 1 deletions
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 |