From 105e4b59b7989e9898795273e4064791fdfa056c Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 22 Apr 2017 18:41:50 -0700 Subject: Get rid of config.gen Instead, prepare the files as a part of bootstrap and install them. This avoids rebuilding these files in each working directory; they don't change anyway as they are generated from the same installed source. Signed-off-by: Alexey Neyman --- config/binutils.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/binutils.in') diff --git a/config/binutils.in b/config/binutils.in index 99b8b9f4..0c6d5c00 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -36,7 +36,7 @@ endchoice config BINUTILS string -source "config.gen/binutils.in" -source "config.gen/binutils.in.2" +source "config/gen/binutils.in" +source "config/gen/binutils.in.2" endmenu -- cgit v1.2.3