diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-13 22:53:28 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-13 22:53:28 +0000 |
commit | 247876124fcd170b984ec4e99e428aa34befd79d (patch) | |
tree | edc607d86023620d52e6dec7884aa3bb6c8d41fe /Rules.mak | |
parent | e7fd4ad6062d7b171acee1f80e73505ed472a1b3 (diff) | |
download | busybox-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.mak | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -103,7 +103,6 @@ endif | |||
103 | 103 | ||
104 | # Pull in the user's uClibc configuration | 104 | # Pull in the user's uClibc configuration |
105 | ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) | 105 | ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) |
106 | include_config := 1 | ||
107 | -include $(TOPDIR).config | 106 | -include $(TOPDIR).config |
108 | endif | 107 | endif |
109 | 108 | ||