From 929f718b237bbc9193ad9be1d18457ac12c23905 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 13 Dec 2002 22:43:38 +0000 Subject: 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 --- Rules.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'Rules.mak') 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 -- cgit v1.2.3