diff options
Diffstat (limited to 'Makefile')
-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 are not root."; \ + echo "Aborting install -- you must be root."; \ /bin/false; \ fi; rm -f $(INSTALL_DIR)/include/asm |