diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-23 09:46:05 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-23 09:46:05 +0000 |
commit | 41708f76f94b30994d0a821f0e24e9cf78f572b6 (patch) | |
tree | 179da8377daeb65f66757782d342177813ea7c33 /ct-ng.in | |
parent | b765f3632003aafbfa6d1320bf211ba113a300ed (diff) | |
download | crosstool-ng-41708f76f94b30994d0a821f0e24e9cf78f572b6.tar.gz crosstool-ng-41708f76f94b30994d0a821f0e24e9cf78f572b6.tar.bz2 crosstool-ng-41708f76f94b30994d0a821f0e24e9cf78f572b6.zip |
Try again to fix the --local behavior.
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ -#!@@CT_MAKE@@ -f +#!@@CT_MAKE@@ -rf # Makefile for crosstool-NG. # Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr> # Don't print directory as we descend into them -MAKEFLAGS += --no-print-directory -r +MAKEFLAGS += --no-print-directory --no-builtin-rules # Remember the name of the Makefile CT_MAKEFILE := $(lastword $(MAKEFILE_LIST)) |