diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-24 21:36:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-24 21:36:21 +0000 |
commit | a267450eec1b9e6bf50183669f53d738d42db2dc (patch) | |
tree | d5ae6a672072aef2ef205ce0ab340a59c4a92628 | |
parent | 10c47023c8e016b7004743b1f5d04a42fdaadf52 (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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |