Remove aic7xxx_seq.h on clean, build it on depend. This closes pr 2608,

2441, and part of 2600.  2436 is left open to remind me that Chris's
comments are probably correct.  This file should be built statically and
committed to the tree, not built on a per-kernel basis.
This commit is contained in:
explorer 1996-07-13 06:19:34 +00:00
parent 0462d3063c
commit 00f9b22eb8
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.4 1996/05/20 00:48:43 thorpej Exp $
# $NetBSD: Makefile.inc,v 1.5 1996/07/13 06:19:34 explorer Exp $
.if target(aic7xxx.o)
PATH: $S/dev/microcode/aic7xxx
@ -10,6 +10,9 @@ aic7xxx_seq.h: aic7xxx_asm $S/dev/microcode/aic7xxx/aic7xxx.seq
aic7xxx_asm: $S/dev/microcode/aic7xxx/aic7xxx_asm.c
.depend: aic7xxx_seq.h
clean::
rm -f aic7xxx_asm
rm -f aic7xxx_asm aix7xxx_seq.h
.endif