From 63fb221e65c99c218b27bfc064f44a7f135cbd9d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Dec 2017 14:28:39 -0400 Subject: add warning: to make clear this is not an error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7bbf1c00b..cf3edc9a0 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ git-annex: tmp/configure-stamp # Work around https://github.com/haskell/cabal/issues/3524 # when not linked dynamically to haskell libs @if ! ldd git-annex | grep -q libHS; then \ - chrpath -d git-annex || echo "** unable to chrpath git-annex; it will be a little bit slower than necessary"; \ + chrpath -d git-annex || echo "** warning: unable to chrpath git-annex; it will be a little bit slower than necessary"; \ fi git-annex-shell: git-annex -- cgit v1.2.3