Clean aicasm's lex and yacc generated source files.

This commit is contained in:
Bruce Evans 1998-09-21 04:41:11 +00:00
parent 1245e3e02b
commit 641fc5df83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39535

View file

@ -7,7 +7,7 @@ aicasm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
compile-with "${MAKE} -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \
no-obj no-implicit-rule \
clean "aicasm"
clean "aicasm aicasm_gram.c aicasm_scan.c y.tab.h"
aic7xxx_{seq,reg}.h optional ahc device-driver \
compile-with "./aicasm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \
no-obj no-implicit-rule before-depend \