aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-08-29 12:23:09 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-08-29 12:23:09 +0000
commit3bff66617ae1c39fbdccd7776ca0e4d6af80935c (patch)
tree1376ba735ba6c08b22dd4558b5f7f3f550be8cd8 /Rules.mak
parent87470def246da9ef4298f253dc23899b3c737bfe (diff)
downloadbusybox-3bff66617ae1c39fbdccd7776ca0e4d6af80935c.tar.gz
Substitute busybox for uClibc, patch by Hideki IWAMOTO
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
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