summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f985e116c..8672ae66e 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ $(patsubst %, _dirclean_%, $(DIRS) test) : dummy
install:
@if [ `id -u` -ne 0 ]; then \
- echo "aborting install -- you are not root."; \
+ echo "Aborting install -- you must be root."; \
/bin/false; \
fi;
rm -f $(INSTALL_DIR)/include/asm