From f120873cb40cfc16cc94f06fd722abc927b96227 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 23 Jan 2009 11:25:44 +0100 Subject: Use make -k install-data for elfutils. --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7b9afb89..3e0efc95 100644 --- a/configure.ac +++ b/configure.ac @@ -312,7 +312,10 @@ if test $build_elfutils = yes; then --prefix="$prefix" \ CFLAGS="${CFLAGS/-Wall/}" \ LDFLAGS="$LDFLAGS $elfutils_rpath" && - make install-data # so that elfutils/version.h - if any - may be found. + make -k install-data # so that elfutils/version.h - if any - may be found. + # Note, we need -k because parts (like to po files) might fail, + # since those fo to $prefix to which we might not be able to write. + # We are only really interested in the include-elfutils files anyway here. ) save_CPPFLAGS=${CPPFLAGS} CPPFLAGS="${CPPFLAGS} -Iinclude-elfutils" # in case bundled elfutils -- cgit