Quellcode durchsuchen

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 vor 25 Jahren
Ursprung
Commit
10c47023c8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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