X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/b839df393d69cfea6c07c2703c6e72cb5f2a5d12..f93780315a35ba08211c4c1539fea2b39b15c64b:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 4e8f7ef..4faa50b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ all-here install-here uninstall-here distprep-here: README clean-here mostlyclean-here: rm -f *~ ./#*# core *.orig *.rej adns-*.tar.gz - rm -rf dist_tmp + rm -rf dist_tmp web adnshost.txt distclean-here maintainer-clean-here: clean-here rm -f settings.make config.cache config.log config.status Makefile @@ -65,6 +65,9 @@ dist: distprep gzip -9 $(dist_tmp).tar mv $(dist_tmp).tar.gz . +adnshost.txt: all + client/adnshost_s --help >$@.tmp && mv -f $@.tmp $@ + check: all $(MAKE) -C regress check