From b765f3632003aafbfa6d1320bf211ba113a300ed Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 23 Jul 2007 09:21:52 +0000 Subject: [PATCH] Seems like the --no-builtin-rules and -r options to make are not the same... --- ct-ng.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct-ng.in b/ct-ng.in index 65cd7ba3..1d4b77c3 100644 --- a/ct-ng.in +++ b/ct-ng.in @@ -3,7 +3,7 @@ # Copyright 2006 Yann E. MORIN # 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))