summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-19 12:35:55 +0000
committerbde <bde@FreeBSD.org>1998-03-19 12:35:55 +0000
commit04d259c11a609611f83bdc3bba03f5a89b381a68 (patch)
tree8d11f962ec2442c80321b272f39c5160ee27c725 /sys/modules
parentb0b8c2ff2258cf9b93f83d71c33ce1f4027e225d (diff)
downloadFreeBSD-src-04d259c11a609611f83bdc3bba03f5a89b381a68.zip
FreeBSD-src-04d259c11a609611f83bdc3bba03f5a89b381a68.tar.gz
Fixed a race to build the `@' and `machine' symlinks early enough
for `make -jN'.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 0baae8e..c1153cb 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 1998/02/04 21:56:36 eivind Exp $
+# $Id: Makefile,v 1.15 1998/02/06 23:54:21 eivind Exp $
.PATH: ${.CURDIR}/../../sys/i386/linux
KMOD= linux_mod
@@ -21,7 +21,7 @@ linux_locore.o: linux_locore.s linux_assym.h
${CC} -c -x assembler-with-cpp -DLOCORE -DKERNEL ${CFLAGS} \
${.IMPSRC} -o ${.TARGET}
-linux_genassym.o: linux_genassym.c linux.h
+linux_genassym.o: linux_genassym.c linux.h @ machine
${CC} -c ${CFLAGS} -UKERNEL ${.IMPSRC}
linux_genassym: linux_genassym.o
OpenPOWER on IntegriCloud