diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-11-05 03:10:45 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-11-05 03:10:45 +0000 |
| commit | 2bfb7720d6b4d6dc68368a262053838512931e94 (patch) | |
| tree | ad3598fae0a02823c69db1908dcc6763dddc30d3 /sys/modules/linux | |
| parent | e84ad74c75c37cfff4b6168f20197289177a4e62 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index fe762be1ef42..c1561b7a9e8d 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 |
