summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-24 21:01:46 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-24 21:01:46 +0000
commit10c47023c8e016b7004743b1f5d04a42fdaadf52 (patch)
tree8ff10038d9392b60ebdb01337bc933f563936909 /Makefile
parent82b8edd87ec83da6e2e7a59efcdf404507e832c9 (diff)
This is a silly update to the makefile to test the new script
used when doing a cvs 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 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