summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-23 09:46:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-23 09:46:05 (GMT)
commit41708f76f94b30994d0a821f0e24e9cf78f572b6 (patch)
tree179da8377daeb65f66757782d342177813ea7c33
parentb765f3632003aafbfa6d1320bf211ba113a300ed (diff)
Try again to fix the --local behavior.
-rw-r--r--ct-ng.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 1d4b77c..bb39ba0 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -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))