From 6c9495a66705d1b843b56df156fca29832998696 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 23 Mar 2010 01:39:25 -0700 Subject: [PATCH] nrelease - Fix ordering dependency during parallel buildkernel (try 2) * Further adjustments to the .ORDER: to try to fix the header file race. --- sys/dev/disk/aic7xxx/aicasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/disk/aic7xxx/aicasm/Makefile b/sys/dev/disk/aic7xxx/aicasm/Makefile index 2ee5134a7a..c6e9e65431 100644 --- a/sys/dev/disk/aic7xxx/aicasm/Makefile +++ b/sys/dev/disk/aic7xxx/aicasm/Makefile @@ -10,7 +10,7 @@ YSRCS= aicasm_gram.y aicasm_macro_gram.y LSRCS= aicasm_scan.l aicasm_macro_scan.l GENHDRS= aicasm_gram.h aicasm_macro_gram.h -.ORDER: aicasm_gram.h aicasm_scan.l +.ORDER: aicasm_gram.c aicasm_macro_gram.c aicasm_scan.c aicasm_macro_scan.c SRCS= ${GENHDRS} ${CSRCS} ${YSRCS} ${LSRCS} CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g} -- 2.41.0