summaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2019-08-28 08:05:16 +0000
committerBrooks Davis <brooks@FreeBSD.org>2019-08-28 08:05:16 +0000
commitb1db5e7b9812c1291f3eeffcafd5ceb6deadf049 (patch)
treebe1ce232b40ce602ef4dde1900b13aff36d7026a /sys/amd64
parent08d94077e5eee171fcc5dae99c81ce57aabf476d (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/linux/Makefile4
-rw-r--r--sys/amd64/linux32/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/linux/Makefile b/sys/amd64/linux/Makefile
index 6277271a3985..aade1909d8ef 100644
--- a/sys/amd64/linux/Makefile
+++ b/sys/amd64/linux/Makefile
@@ -11,5 +11,5 @@ all:
sysent: linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c
linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c: \
- ../../kern/makesyscalls.sh syscalls.master syscalls.conf
- sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
+ ../../kern/makesyscalls.sh syscalls.master ${.CURDIR}/syscalls.conf
+ sh ../../kern/makesyscalls.sh syscalls.master ${.CURDIR}/syscalls.conf
diff --git a/sys/amd64/linux32/Makefile b/sys/amd64/linux32/Makefile
index a28c7d5a99ff..173ec677de06 100644
--- a/sys/amd64/linux32/Makefile
+++ b/sys/amd64/linux32/Makefile
@@ -11,5 +11,5 @@ all:
sysent: linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c linux32_systrace_args.c
linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c linux32_systrace_args.c: ../../kern/makesyscalls.sh \
- syscalls.master syscalls.conf
- sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
+ syscalls.master ${.CURDIR}/syscalls.conf
+ sh ../../kern/makesyscalls.sh syscalls.master ${.CURDIR}/syscalls.conf