Skip to content

Commit

Permalink
Use sysfake.c file name to match generated prefix for fake syscalls.
Browse files Browse the repository at this point in the history
  • Loading branch information
glk committed Mar 24, 2013
1 parent 0e2ac60 commit 2f99790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.sysfake
@@ -1,9 +1,9 @@
# $FreeBSD$

SRCS+= syscalls-fake.c
CLEANFILES+= syscalls-fake.c
SRCS+= sysfake.c
CLEANFILES+= sysfake.c

syscalls-fake.c: ${.CURDIR}/../../sys/kern/syscalls.master
sysfake.c: ${.CURDIR}/../../sys/kern/syscalls.master
sh ${.CURDIR}/../../tools/tools/shlib-compat/makesyscalls-fake.sh \
${.CURDIR}/../../sys/kern/syscalls.master > ${.TARGET}

0 comments on commit 2f99790

Please sign in to comment.