Added libboot.a to the CLEANFILES.

This commit is contained in:
is 1997-01-23 15:38:15 +00:00
parent 9cd5492c02
commit c3b56cd6af
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ ${COBJS}: txlt
${BOOTBLOCKS}: aout2bb
CLEANFILES += xxboot fdboot x.out f.out xxstart.o fdstart.o
CLEANFILES += xxboot fdboot x.out f.out xxstart.o fdstart.o libboot.a
xxboot: x.out
./aout2bb x.out $@ || nm -u x.out

View File

@ -57,7 +57,7 @@ ${COBJS}: txlt
${BOOTBLOCKS}: aout2bb
CLEANFILES += xxboot fdboot x.out f.out xxstart.o fdstart.o
CLEANFILES += xxboot fdboot x.out f.out xxstart.o fdstart.o libboot.a
xxboot: x.out
./aout2bb x.out $@ || nm -u x.out