summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
-rw-r--r--util/Makefile.bind.in9
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: