mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-18 01:58:49 -05:00
distclean -> config.cache
This commit is contained in:
parent
c288005389
commit
e481f1dd57
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.7 2001/06/21 08:50:34 marka Exp $
|
||||
# $Id: Makefile.in,v 1.8 2001/06/21 08:53:15 marka Exp $
|
||||
|
||||
DAEMON_OBJS=bsd/daemon.@O@
|
||||
STRSEP_OBJS=bsd/strsep.@O@
|
||||
|
|
@ -101,3 +101,5 @@ timestamp: libbind.@A@
|
|||
|
||||
clean distclean::
|
||||
rm -f libbind.@SA@ libbind.la
|
||||
distclean::
|
||||
rm -f config.cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue