diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-18 12:01:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-18 12:01:03 +0000 |
commit | f87b5fa1dbf1e57305091c539e6aa85f1b0f210e (patch) | |
tree | c254445511ebf6d7a751925ed2c9216547388ecd | |
parent | 9ec661be98bf21088d0720343939f0728e3509a5 (diff) |
Do not install the uClibc wrapper toolchain by default. Make
people ask for it explicitly.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |