diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-22 17:44:27 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-22 17:44:27 +0000 |
commit | f38b71646ad376a8442d49330c8eadb137c2bd06 (patch) | |
tree | 7d060d3491a11724c309caa81baec9078d083f52 /ct-ng.in | |
parent | 787be081500206ce14dbfe412e4e6cfd32443308 (diff) | |
download | crosstool-ng-f38b71646ad376a8442d49330c8eadb137c2bd06.tar.gz crosstool-ng-f38b71646ad376a8442d49330c8eadb137c2bd06.tar.bz2 crosstool-ng-f38b71646ad376a8442d49330c8eadb137c2bd06.zip |
Re-instate the --local configure switch to not install and use the local crosstool-NG copy.
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr> # Don't print directory as we descend into them -MAKEFLAGS += --no-print-directory +MAKEFLAGS += --no-print-directory --no-builtin-rules # Remember the name of the Makefile CT_MAKEFILE := $(lastword $(MAKEFILE_LIST)) |