Просмотр исходного кода

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

Eric Andersen 20 лет назад
Родитель
Сommit
f87b5fa1db
1 измененных файлов с 1 добавлено и 1 удалено
  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.