diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:14:31 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:14:31 -0600 |
commit | 827006a436e7babc39b4b5b52797aa54313f5be6 (patch) | |
tree | 897f21a87e0eb0131628e6c39691789563ee78d7 /make | |
parent | ad2d173ed9521052e7fd8ba2cd10117cdea6f058 (diff) | |
download | bind9-827006a436e7babc39b4b5b52797aa54313f5be6.tar.gz |
9.2.3rc1
Diffstat (limited to 'make')
-rw-r--r-- | make/rules.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/rules.in b/make/rules.in index f947b162..6d50ee5b 100644 --- a/make/rules.in +++ b/make/rules.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: rules.in,v 1.40.2.3.4.2 2003/02/17 07:05:11 marka Exp $ +# $Id: rules.in,v 1.40.2.5 2003/05/12 06:39:54 marka Exp $ ### ### Common Makefile rules for BIND 9. @@ -127,7 +127,7 @@ cleandir: distclean superclean: maintainer-clean clean distclean maintainer-clean:: - rm -f *.@O@ *.lo *.la core *.core + rm -f *.@O@ *.lo *.la core *.core .depend rm -rf .libs distclean maintainer-clean:: |