aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-13 22:53:28 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-13 22:53:28 +0000
commit247876124fcd170b984ec4e99e428aa34befd79d (patch)
treeedc607d86023620d52e6dec7884aa3bb6c8d41fe /Rules.mak
parente7fd4ad6062d7b171acee1f80e73505ed472a1b3 (diff)
downloadbusybox-w32-247876124fcd170b984ec4e99e428aa34befd79d.tar.gz
busybox-w32-247876124fcd170b984ec4e99e428aa34befd79d.tar.bz2
busybox-w32-247876124fcd170b984ec4e99e428aa34befd79d.zip
Don't build the ncurses stuff unless it is specifically asked for
-Erik git-svn-id: svn://busybox.net/trunk/busybox@6212 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
103 103
104# Pull in the user's uClibc configuration 104# Pull in the user's uClibc configuration
105ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) 105ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
106include_config := 1
107-include $(TOPDIR).config 106-include $(TOPDIR).config
108endif 107endif
109 108