From 3bff66617ae1c39fbdccd7776ca0e4d6af80935c Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 29 Aug 2003 12:23:09 +0000 Subject: Substitute busybox for uClibc, patch by Hideki IWAMOTO --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.mak b/Rules.mak index 80d6a3d15..dfc2777ef 100644 --- a/Rules.mak +++ b/Rules.mak @@ -101,7 +101,7 @@ TARGET_ARCH=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \ ) endif -# Pull in the user's uClibc configuration +# Pull in the user's busybox configuration ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) -include $(TOPDIR).config endif -- cgit v1.2.3