Substitute busybox for uClibc, patch by Hideki IWAMOTO

This commit is contained in:
Glenn L McGrath 2003-08-29 12:23:09 +00:00
parent 87470def24
commit 3bff66617a

View File

@ -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