Przeglądaj źródła

Do not install the uClibc wrapper toolchain by default. Make
people ask for it explicitly.

Eric Andersen 20 lat temu
rodzic
commit
f87b5fa1db
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile

+ 1 - 1
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.