From ab65f51c52851a095e3ef62952e1af80f976633a Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Thu, 10 Nov 2016 17:57:43 -0600 Subject: [PATCH] Apply band-aid to install-build-headers (#114) --- cf/Makefile.am.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/Makefile.am.common b/cf/Makefile.am.common index dd8467e20..ba18933c8 100644 --- a/cf/Makefile.am.common +++ b/cf/Makefile.am.common @@ -101,7 +101,7 @@ install-build-headers:: $(include_HEADERS) $(dist_include_HEADERS) $(nodist_incl if cmp -s $$file $(buildinclude)/$$f 2> /dev/null ; then \ : ; else \ echo " $(CP) $$file $(buildinclude)/$$f"; \ - $(CP) $$file $(buildinclude)/$$f; \ + $(CP) $$file $(buildinclude)/$$f || true; \ fi ; \ done ; \ foo='$(nobase_include_HEADERS)'; \