summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))