mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:19:59 -04:00
remove generated files on distclean too
This commit is contained in:
parent
5dee047038
commit
4880900113
2 changed files with 2 additions and 2 deletions
|
|
@ -37,5 +37,5 @@ installdirs:
|
|||
install:: timestamp installdirs
|
||||
${INSTALL_DATA} libdns.a ${libdir}
|
||||
|
||||
clean::
|
||||
clean distclean::
|
||||
rm -f libdns.a timestamp
|
||||
|
|
|
|||
|
|
@ -39,5 +39,5 @@ installdirs:
|
|||
install:: timestamp installdirs
|
||||
${INSTALL_DATA} libisc.a ${libdir}
|
||||
|
||||
clean::
|
||||
clean distclean::
|
||||
rm -f libisc.a timestamp
|
||||
|
|
|
|||
Loading…
Reference in a new issue