mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:22:05 -04:00
'make distclean' should remove files created by configure.
This commit is contained in:
parent
fa010adc23
commit
cab94c1516
1 changed files with 2 additions and 2 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.8 2001/06/21 08:53:15 marka Exp $
|
||||
# $Id: Makefile.in,v 1.9 2001/06/28 17:35:49 bwelling Exp $
|
||||
|
||||
DAEMON_OBJS=bsd/daemon.@O@
|
||||
STRSEP_OBJS=bsd/strsep.@O@
|
||||
|
|
@ -102,4 +102,4 @@ timestamp: libbind.@A@
|
|||
clean distclean::
|
||||
rm -f libbind.@SA@ libbind.la
|
||||
distclean::
|
||||
rm -f config.cache
|
||||
rm -f config.cache config.h config.log config.status
|
||||
|
|
|
|||
Loading…
Reference in a new issue