summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-30 01:44:38 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-30 01:44:38 +0000
commit10ac6292af2deba97a16aac668d59dd996521a9c (patch)
tree759b040c4664bb490dc03c8377a955abe43dde28 /Makefile
parent5eaf1cbce02e21ff320e5de9a21803729e11700a (diff)
Commit a pointless change to test more updates to the logging script.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc10fe1f4..1c568e425 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,6 @@ $(patsubst %, _dir_%, $(DIRS)) : dummy
$(patsubst %, _dirclean_%, $(DIRS) test) : dummy
$(MAKE) -C $(patsubst _dirclean_%, %, $@) clean
-
install:
@if [ `id -u` -ne 0 ]; then \
echo "Aborting install -- You must be root."; \