From 6e5bb0ee22874edaa829f879a0faa15d1ca6bc93 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 17 Apr 2015 18:06:08 +0200 Subject: [PATCH] checkpoint (fixed distchek) -- still need regen --- Makefile.am | 5 +++++ util/Makefile.bind.in | 9 +-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2d239f0f..b34064d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,8 @@ SUBDIRS = @BINDSRCDIR@ includes tests common omapip client dhcpctl relay server nobase_include_HEADERS = dhcpctl/dhcpctl.h +distcheck-hook: + chmod u+w $(distdir)/bind + +distclean-local: + rm -f config.report diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in index bd784c60..9cbe5719 100644 --- a/util/Makefile.bind.in +++ b/util/Makefile.bind.in @@ -101,12 +101,5 @@ clean: # Include the following so that this Makefile is happy when the parent # tries to use them. -distdir: +check distdir distclean dvi install installcheck uninstall: -distclean: - -install: - -check: - -uninstall: