summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-12-13 22:43:38 +0000
committerEric Andersen <andersen@codepoet.org>2002-12-13 22:43:38 +0000
commit929f718b237bbc9193ad9be1d18457ac12c23905 (patch)
treec4b8821e43bca5085e72448eb9bfba9e179f8a98 /Rules.mak
parent7993e170de6c401c6ce00b26411f8f55944cdf54 (diff)
Only build the ncurses stuff when it is needed, based on a
patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index ec8ed7a84..333f370e7 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -66,7 +66,6 @@ LIBC:=$(TOPDIR)libc/$(LIBNAME)
# Pull in the user's uClibc configuration
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
-include_config := 1
-include $(TOPDIR).config
endif