From e5de38497a2eea4683923fa6bca716583cfcdd83 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 10 Jun 2006 14:58:33 +0000 Subject: - don't check for toolchain-setting for make targets that don't need them - we already depend on sed, so do away with tr. Avoids pulling in yet another dependency. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b31c7bf3c..27e51e35e 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,8 @@ noconfig_targets := menuconfig config oldconfig randconfig hosttools \ clean distclean help \ release tags +nocheck_targets := clean distclean help release tags + # the toplevel sourcedir ifndef top_srcdir top_srcdir=$(CURDIR) @@ -56,7 +58,7 @@ else endif ifneq ($(strip $(HAVE_DOT_CONFIG)),y) -# pull in OS specific commands like cp, mkdir, etc. early +# pull in settings early -include $(top_srcdir)/Rules.mak endif -- cgit v1.2.3