diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-08-29 12:23:09 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-08-29 12:23:09 +0000 |
commit | 3bff66617ae1c39fbdccd7776ca0e4d6af80935c (patch) | |
tree | 1376ba735ba6c08b22dd4558b5f7f3f550be8cd8 /Rules.mak | |
parent | 87470def246da9ef4298f253dc23899b3c737bfe (diff) | |
download | busybox-w32-3bff66617ae1c39fbdccd7776ca0e4d6af80935c.tar.gz busybox-w32-3bff66617ae1c39fbdccd7776ca0e4d6af80935c.tar.bz2 busybox-w32-3bff66617ae1c39fbdccd7776ca0e4d6af80935c.zip |
Substitute busybox for uClibc, patch by Hideki IWAMOTO
Diffstat (limited to '')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ TARGET_ARCH=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \ | |||
101 | ) | 101 | ) |
102 | endif | 102 | endif |
103 | 103 | ||
104 | # Pull in the user's uClibc configuration | 104 | # Pull in the user's busybox configuration |
105 | ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) | 105 | ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) |
106 | -include $(TOPDIR).config | 106 | -include $(TOPDIR).config |
107 | endif | 107 | endif |