From 3217687a89b9357ea4ab7f26ba7a817ae0ff4a70 Mon Sep 17 00:00:00 2001 From: gibbs Date: Thu, 3 Apr 1997 05:57:16 +0000 Subject: make obj before building the aic7xxx assembler. This puts the object files in the right place. The clean rule still isn't quite right since currently config doesn't allow the specification of arbitrary clean rules. --- sys/conf/files.i386 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/conf') diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 23103b9..64970eb 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,18 +1,18 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.156 1997/03/16 17:25:53 bde Exp $ +# $Id: files.i386,v 1.157 1997/03/22 18:51:29 kato Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/*.[chyl]" \ - compile-with "cd $S/dev/aic7xxx; make BINDIR=${.CURDIR} all install" \ + compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \ no-obj no-implicit-rule \ clean "aic7xxx_asm" # aic7xxx_{seq,reg}.h optional ahc device-driver \ compile-with "./aic7xxx_asm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \ no-obj no-implicit-rule before-depend \ - clean "aic7xxx_{seq,reg}.h" \ + clean "aic7xxx_seq.h aic7xxx_reg.h" \ dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} aic7xxx_asm" # linux_genassym optional compat_linux \ -- cgit v1.1