Avoids using path from parameter
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7859 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1148,7 +1148,7 @@ write_file_headers (structfile, externfile)
|
|||||||
fprintf (structfile, "%s\n", structfile_header[i]);
|
fprintf (structfile, "%s\n", structfile_header[i]);
|
||||||
|
|
||||||
fprintf (structfile, "#include \"%s\"\n",
|
fprintf (structfile, "#include \"%s\"\n",
|
||||||
extern_filename ? extern_filename : "builtext.h");
|
/*extern_filename ? extern_filename : */"builtext.h");
|
||||||
fprintf (structfile, "\nstruct builtin static_shell_builtins[] = {\n");
|
fprintf (structfile, "\nstruct builtin static_shell_builtins[] = {\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user