From f93780315a35ba08211c4c1539fea2b39b15c64b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 20 Oct 2014 01:09:29 +0100 Subject: [PATCH] Build system: Know how to build adnshost.txt Signed-off-by: Ian Jackson --- .gitignore | 1 + Makefile.in | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1d187cd..e85580f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ settings.make *.so *.a *~ +adnshost.txt x.gdb client/Makefile client/adnstest_s 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 -- 2.30.2