remove generated files on distclean too

This commit is contained in:
Bob Halley 1999-01-06 05:39:52 +00:00
parent 5dee047038
commit 4880900113
2 changed files with 2 additions and 2 deletions

View file

@ -37,5 +37,5 @@ installdirs:
install:: timestamp installdirs
${INSTALL_DATA} libdns.a ${libdir}
clean::
clean distclean::
rm -f libdns.a timestamp

View file

@ -39,5 +39,5 @@ installdirs:
install:: timestamp installdirs
${INSTALL_DATA} libisc.a ${libdir}
clean::
clean distclean::
rm -f libisc.a timestamp