mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:50:00 -04:00
clean up a makefile problem that caused 'make distclean' and 'make cleandir' to fail for some makes
This commit is contained in:
parent
2d9f7b2971
commit
a3cf4d394a
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
# SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.10 2000/06/23 21:28:16 mws Exp $
|
||||
# $Id: Makefile.in,v 1.11 2000/06/26 18:00:15 explorer Exp $
|
||||
|
||||
@BIND9_INCLUDES@
|
||||
SUBDIRS = lwresd
|
||||
|
|
@ -24,10 +24,10 @@ TARGETS =
|
|||
test: dnssec_test limits_test notify_test stub_test views_test xfer_test \
|
||||
xferquota_test
|
||||
|
||||
distclean:: clean
|
||||
distclean::
|
||||
sh ./cleanall.sh
|
||||
|
||||
clean:: dnssec_test_clean limits_test_clean notify_test_clean \
|
||||
clean distclean:: dnssec_test_clean limits_test_clean notify_test_clean \
|
||||
stub_test_clean views_test_clean xfer_test_clean \
|
||||
xferquota_test_clean
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue