]> Git Repo - uclibc-ng.git/commitdiff
Do not install the uClibc wrapper toolchain by default. Make
authorEric Andersen <[email protected]>
Sat, 18 Oct 2003 12:01:03 +0000 (12:01 -0000)
committerEric Andersen <[email protected]>
Sat, 18 Oct 2003 12:01:03 +0000 (12:01 -0000)
people ask for it explicitly.

Makefile

index 025118b99a68411ab4ddaf4c8ab34126eddc2a79..24232ab99e6804100382118ddca44b152e84d32b 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.
This page took 0.025682 seconds and 4 git commands to generate.