summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-18 12:01:03 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-18 12:01:03 +0000
commitf87b5fa1dbf1e57305091c539e6aa85f1b0f210e (patch)
treec254445511ebf6d7a751925ed2c9216547388ecd /Makefile
parent9ec661be98bf21088d0720343939f0728e3509a5 (diff)
Do not install the uClibc wrapper toolchain by default. Make
people ask for it explicitly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 025118b99..24232ab99 100644
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,7 @@ $(patsubst %, _dir_%, $(DIRS)) : dummy
tags:
ctags -R
-install: install_dev install_runtime install_toolchain install_utils finished2
+install: install_dev install_runtime install_utils finished2
# Installs header files and development library links.