summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-24 21:36:21 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-24 21:36:21 +0000
commita267450eec1b9e6bf50183669f53d738d42db2dc (patch)
treed5ae6a672072aef2ef205ce0ab340a59c4a92628 /Makefile
parent10c47023c8e016b7004743b1f5d04a42fdaadf52 (diff)
This is a silly update to test my change to the script that emails folks
after doing a commit. I hope it works. -Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8672ae66e..23c76bb90 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 must be root."; \
+ echo "Aborting install -- You must be root."; \
/bin/false; \
fi;
rm -f $(INSTALL_DIR)/include/asm