diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-23 09:21:52 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-23 09:21:52 +0000 |
commit | b765f3632003aafbfa6d1320bf211ba113a300ed (patch) | |
tree | 10b52cd898ede18df616e0c76558043aa2d98168 /ct-ng.in | |
parent | 8f9c1008d58b21e0cc94ef2244b2b469d5d367b3 (diff) | |
download | crosstool-ng-b765f3632003aafbfa6d1320bf211ba113a300ed.tar.gz crosstool-ng-b765f3632003aafbfa6d1320bf211ba113a300ed.tar.bz2 crosstool-ng-b765f3632003aafbfa6d1320bf211ba113a300ed.zip |
Seems like the --no-builtin-rules and -r options to make are not the same...
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 --no-builtin-rules +MAKEFLAGS += --no-print-directory -r # Remember the name of the Makefile CT_MAKEFILE := $(lastword $(MAKEFILE_LIST)) |