Try again to fix the --local behavior.

This commit is contained in:
Yann E. MORIN" 2007-07-23 09:46:05 +00:00
parent b765f36320
commit 41708f76f9

View File

@ -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))