From: Francis Dupont Date: Fri, 17 Apr 2015 16:06:08 +0000 (+0200) Subject: checkpoint (fixed distchek) -- still need regen X-Git-Tag: v4_3_4~23^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e5bb0ee22874edaa829f879a0faa15d1ca6bc93;p=thirdparty%2Fdhcp.git checkpoint (fixed distchek) -- still need regen --- diff --git a/Makefile.am b/Makefile.am index 2d239f0f3..b34064d6a 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 bd784c60d..9cbe5719d 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: