[PATCH] fix sed ftbfs: Remove bootstrap.sh from Makefile.am
Jim Hill <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <CAEE75_3A_78-dGABrNPF9D0m=C0APdS=06hkOqNErqmFnA27sA@mail.gmail.com> |
build failed after git clean -dfx, finish bootstrap.sh removal --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index c1e6a29..e10169c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ PACKAGE = sed SUBDIRS = lib po sed doc testsuite -noinst_DATA = bootstrap.sh +noinst_DATA = noinst_HEADERS = basicdefs.h EXTRA_DIST = BUGS THANKS COPYING.DOC README.boot \ @@ -21,9 +21,7 @@ DISTCHECK_CONFIGURE_FLAGS = XGETTEXT='$(SHELL) -c : dummy' $(EXTRA_DC_FLAGS) EXTRA_DC_FLAGS = dist-hook: - cmp bootstrap.sh $(srcdir)/bootstrap.sh > /dev/null 2>&1 || \ - cp -p bootstrap.sh $(srcdir)/bootstrap.sh - cp -p $(srcdir)/bootstrap.sh $(distdir)/bootstrap.sh + full-distcheck: make distcheck EXTRA_DC_FLAGS='--enable-regex-tests' -- 1.7.9.4