|
@@ -97,7 +97,7 @@ $(patsubst %, _dirclean_%, $(DIRS) test) : dummy
|
|
|
|
|
|
install:
|
|
install:
|
|
@if [ `id -u` -ne 0 ]; then \
|
|
@if [ `id -u` -ne 0 ]; then \
|
|
- echo "aborting install -- you are not root."; \
|
|
+ echo "Aborting install -- you must be root."; \
|
|
/bin/false; \
|
|
/bin/false; \
|
|
fi;
|
|
fi;
|
|
rm -f $(INSTALL_DIR)/include/asm
|
|
rm -f $(INSTALL_DIR)/include/asm
|