From 2bfb7720d6b4d6dc68368a262053838512931e94 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 5 Nov 2000 03:10:45 +0000 Subject: Fix breakage for parallel builds. --- sys/modules/linux/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/modules/linux') 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 -- cgit v1.3