aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-12-13 22:53:28 +0000
committerEric Andersen <andersen@codepoet.org>2002-12-13 22:53:28 +0000
commit068b6b07ff5dc2dbb513f444cb094197f28e64c5 (patch)
treeedc607d86023620d52e6dec7884aa3bb6c8d41fe /Rules.mak
parentc118f99f7379491138babcf929fe5fe30ea5c972 (diff)
downloadbusybox-068b6b07ff5dc2dbb513f444cb094197f28e64c5.tar.gz
Don't build the ncurses stuff unless it is specifically asked for
-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 80f273672..caf7e65e6 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -103,7 +103,6 @@ endif
# Pull in the user's uClibc configuration
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
-include_config := 1
-include $(TOPDIR).config
endif