summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-11-05 03:10:45 +0000
committermarcel <marcel@FreeBSD.org>2000-11-05 03:10:45 +0000
commitff963f8fc8108827c35bcdae69515ff48737d832 (patch)
treea34aeb155c3f93a50b3a627b5e49f5ccb9fc8ecb /sys/modules/linux
parent1b125af7f8d5fe143e688682c0bb946a5e75e361 (diff)
downloadFreeBSD-src-ff963f8fc8108827c35bcdae69515ff48737d832.zip
FreeBSD-src-ff963f8fc8108827c35bcdae69515ff48737d832.tar.gz
Fix breakage for parallel builds.
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index fe762be..c1561b7 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -38,6 +38,7 @@ GENSYSCALL= linux_sysent.c linux_syscall.h linux_proto.h
SRCS+= ${GENSYSCALL}
CLEANFILES+= ${GENSYSCALL}
+.ORDER: ${GENSYSCALL}
${GENSYSCALL}: @/kern/makesyscalls.sh \
@/${MACHINE_ARCH}/linux/syscalls.master \
@/${MACHINE_ARCH}/linux/syscalls.conf
OpenPOWER on IntegriCloud