Substitute busybox for uClibc, patch by Hideki IWAMOTO
authorGlenn L McGrath <bug1@ihug.co.nz>
Fri, 29 Aug 2003 12:23:09 +0000 (12:23 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Fri, 29 Aug 2003 12:23:09 +0000 (12:23 -0000)
Rules.mak

index 80d6a3d157910b7dd3d02584e6059308dda2178e..dfc2777efdb605c7a54aa82d8f3141270d3914bc 100644 (file)
--- 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