Add the libz derived files, added in the previous commit, to

CLEANFILES. We were not cleaning up after ourselves.
This commit is contained in:
Marcel Moolenaar 2002-10-19 02:23:09 +00:00
parent 871de19fab
commit 798df0ed06

View File

@ -146,6 +146,8 @@ _${file}: ${file} ${file}.diff
.endfor
.for file in infblock.c infcodes.c inffast.c inflate.c inftrees.c infutil.c zutil.c
CLEANFILES+= _${file}
_${file}: ${file}
sed "s|zutil\.h|_zutil.h|" ${.ALLSRC} > ${.TARGET}
.endfor