From dabc15feec808e588281fe4b6b87efb65a8b239e Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 24 Jun 2003 19:37:05 +0000 Subject: [PATCH] fixed paths for GENERATED git-svn-id: svn://svn.coreboot.org/coreboot/trunk@907 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/newconfig/config.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/newconfig/config.g b/util/newconfig/config.g index e67ffdb53c..ad06bc4ec0 100644 --- a/util/newconfig/config.g +++ b/util/newconfig/config.g @@ -632,7 +632,7 @@ def dodir(path, file): dirstack.append(curdir) curdir = fullpath file = os.path.join(fullpath, file) - config_file_list.append(path) + config_file_list.append(file) doconfigfile(fullpath, file) curdir = dirstack.pop()