aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-11 14:28:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-11 14:28:39 -0400
commit63fb221e65c99c218b27bfc064f44a7f135cbd9d (patch)
tree788325bfdc4a3dc68817cb4e94cab25d8d98ad50 /Makefile
parentf64ec03d024cdce79b08c84931ba7097cb8d59d7 (diff)
add warning: to make clear this is not an error
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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