summaryrefslogtreecommitdiffstats
path: root/contrib/errcode/build_errcodedb.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/errcode/build_errcodedb.py')
-rwxr-xr-xcontrib/errcode/build_errcodedb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/errcode/build_errcodedb.py b/contrib/errcode/build_errcodedb.py
index 1be9d853..99072922 100755
--- a/contrib/errcode/build_errcodedb.py
+++ b/contrib/errcode/build_errcodedb.py
@@ -18,7 +18,7 @@ import sys
import re
pxenv_status_files = ('../../src/include/errno.h', )
-errfile_files = ('../../src/include/gpxe/errfile.h',
+errfile_files = ('../../src/include/ipxe/errfile.h',
'../../src/arch/i386/include/bits/errfile.h')
posix_errno_files = ('../../src/include/errno.h', )