From: Jelte Jansen Date: Mon, 10 Oct 2005 08:51:43 +0000 (+0000) Subject: blah X-Git-Tag: release-1.0.0~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32c8e4035d038c43c8588e571fb0277bb9e53a1f;p=thirdparty%2Fldns.git blah --- diff --git a/Makefile.in b/Makefile.in index 51f0b6ff..fa6fb6a0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -108,13 +108,13 @@ examples-config: ./examples/Makefile examples: examples-config ( cd examples ; $(MAKE) -f Makefile all) -examples-realclean: ./drill/Makefile +examples-realclean: ./examples/Makefile ( cd examples ; $(MAKE) -f Makefile realclean) examples-clean: ./drill/Makefile ( cd examples ; $(MAKE) -f Makefile clean) -examples-confclean: ./drill/Makefile +examples-confclean: ./examples/Makefile ( cd examples ; $(MAKE) -f Makefile confclean) examples-install: @@ -128,13 +128,13 @@ tests-config: ./tests/Makefile tests: tests-config ( cd tests ; $(MAKE) -f Makefile all) -tests-realclean: ./drill/Makefile +tests-realclean: ./tests/Makefile ( cd tests ; $(MAKE) -f Makefile realclean) tests-clean: ./drill/Makefile ( cd tests ; $(MAKE) -f Makefile clean) -tests-confclean: ./drill/Makefile +tests-confclean: ./tests/Makefile ( cd tests ; $(MAKE) -f Makefile confclean) lib: $(LIBDNS_OBJECTS) b64_pton$U.o b64_ntop$U.o @@ -215,9 +215,8 @@ clean: rm -f *.ds rm -f *.private -distclean: clean docclean libclean +distclean: clean docclean libclean drill-confclean examples-confclean rm -f ltmain.sh - (cd drill ; $(MAKE) -f Makefile distclean) realclean: clean docclean libclean rm -f config.status