diff options
author | Eric Andersen | 2002-12-13 22:53:28 +0000 |
---|---|---|
committer | Eric Andersen | 2002-12-13 22:53:28 +0000 |
commit | 068b6b07ff5dc2dbb513f444cb094197f28e64c5 (patch) | |
tree | edc607d86023620d52e6dec7884aa3bb6c8d41fe /Rules.mak | |
parent | c118f99f7379491138babcf929fe5fe30ea5c972 (diff) | |
download | busybox-068b6b07ff5dc2dbb513f444cb094197f28e64c5.zip busybox-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.mak | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -103,7 +103,6 @@ endif # Pull in the user's uClibc configuration ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) -include_config := 1 -include $(TOPDIR).config endif |