From 41708f76f94b30994d0a821f0e24e9cf78f572b6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 23 Jul 2007 09:46:05 +0000 Subject: [PATCH] Try again to fix the --local behavior. --- ct-ng.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct-ng.in b/ct-ng.in index 1d4b77c3..bb39ba02 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 # 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))