Parcourir la source

This is a silly update to the makefile to test the new script
used when doing a cvs commit. I hope it works.
-Erik

Eric Andersen il y a 25 ans
Parent
commit
10c47023c8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile

+ 1 - 1
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