fixed paths for GENERATED

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@907 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2003-06-24 19:37:05 +00:00
parent 6d22c85326
commit dabc15feec
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ def dodir(path, file):
dirstack.append(curdir) dirstack.append(curdir)
curdir = fullpath curdir = fullpath
file = os.path.join(fullpath, file) file = os.path.join(fullpath, file)
config_file_list.append(path) config_file_list.append(file)
doconfigfile(fullpath, file) doconfigfile(fullpath, file)
curdir = dirstack.pop() curdir = dirstack.pop()