OSDN Git Service

Do not install the uClibc wrapper toolchain by default. Make
authorEric Andersen <andersen@codepoet.org>
Sat, 18 Oct 2003 12:01:03 +0000 (12:01 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 18 Oct 2003 12:01:03 +0000 (12:01 -0000)
people ask for it explicitly.

Makefile

index 025118b..24232ab 100644 (file)
--- 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.