chiark / gitweb /
Make run_directory.c stat the place it is going to try to run.
[elogind.git] / klibc / klibc / syscalls.pl
index 9cea63097bfff4e8c71417862f1fd37a5b4faf6e..0575fa6648104a9537d0762abff7f2382eb62e6e 100644 (file)
@@ -107,7 +107,7 @@ while ( defined($line = <FILE>) ) {
        @args = split(/\s*\,\s*/, $argv);
 
        print HAVESYS "#define _KLIBC_HAVE_SYSCALL_${fname} ${sname}\n";
-       print " \\\n\tsyscalls/${fname}.o";
+       print " \\\n\t${fname}.o";
        make_sysstub($outputdir, $fname, $type, $sname, $stype, @args);
     } else {
        die "$file:$.: Could not parse input: \"$line\"\n";