From 10c47023c8e016b7004743b1f5d04a42fdaadf52 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 24 Jan 2001 21:01:46 +0000 Subject: This is a silly update to the makefile to test the new script used when doing a cvs commit. I hope it works. -Erik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3