From 478a188e851ed6fbcd58189929ba4cfc30170aed Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 9 Mar 2006 16:49:46 +0000 Subject: [PATCH] - remove check. Fixes e.g. buildroot --- Rules.mak | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rules.mak b/Rules.mak index 43a9ef1d2..77435e3bd 100644 --- a/Rules.mak +++ b/Rules.mak @@ -10,11 +10,9 @@ ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) -include $(top_builddir)/.config endif -ifeq ($(MAKELEVEL),0) ifeq ($(HAVE_DOT_CONFIG),y) rules-mak-rules:=0 endif -endif #-------------------------------------------------------- PROG := busybox