From: Mark Andrews Date: Tue, 15 Mar 2005 02:15:13 +0000 (+0000) Subject: 1809. [bug] "make distclean" failed for libbind if the platform X-Git-Tag: v9.2.6b1~181^2~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e9aca33f362d017fe0d5f7b729bce646038cf1ee;p=thirdparty%2Fbind9.git 1809. [bug] "make distclean" failed for libbind if the platform is not supported. --- diff --git a/CHANGES b/CHANGES index 938eb6d5cdb..da745bcd433 100644 --- a/CHANGES +++ b/CHANGES @@ -45,7 +45,8 @@ 1810. [placeholder] rt13212 -1809. [placeholder] rt13463 +1809. [bug] "make distclean" failed for libbind if the platform + is not supported. 1808. [bug] zone.c:notify_zone() contained a race condition, zone->db could change underneath it. [RT #13511] diff --git a/lib/bind/port/unknown/include/Makefile.in b/lib/bind/port/unknown/include/Makefile.in index 99e59854895..5e3b7fd7304 100644 --- a/lib/bind/port/unknown/include/Makefile.in +++ b/lib/bind/port/unknown/include/Makefile.in @@ -12,3 +12,8 @@ # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. + +all: + exit 1 + +@BIND9_MAKE_RULES@