aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-29 12:23:09 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-29 12:23:09 +0000
commit3c70f20b1bdacf84afc2bff043544fb5738f581e (patch)
tree1376ba735ba6c08b22dd4558b5f7f3f550be8cd8 /Rules.mak
parentc33388adb5fa8efdb8ed03b116b2d1186b37b425 (diff)
downloadbusybox-w32-3c70f20b1bdacf84afc2bff043544fb5738f581e.tar.gz
busybox-w32-3c70f20b1bdacf84afc2bff043544fb5738f581e.tar.bz2
busybox-w32-3c70f20b1bdacf84afc2bff043544fb5738f581e.zip
Substitute busybox for uClibc, patch by Hideki IWAMOTO
git-svn-id: svn://busybox.net/trunk/busybox@7285 69ca8d6d-28ef-0310-b511-8ec308f3f277
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'/-.*//' \
101 ) 101 )
102endif 102endif
103 103
104# Pull in the user's uClibc configuration 104# Pull in the user's busybox configuration
105ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) 105ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
106-include $(TOPDIR).config 106-include $(TOPDIR).config
107endif 107endif