Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-29 11:45:05 +0400
committerEric Andersen <andersen@codepoet.org>2003-07-29 11:45:05 +0400
commiteac20451d240eb6cb4881578962de408f622b29b (patch)
treef697db6c1ee4c321fc509e180ae4ea6c465c408e /Makefile
parentc663ab0c6bfe6a4328eff25b713156f30690fca0 (diff)
Set libbb dead last in the link order
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 573f02327..50b594028 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ include Rules.mak
DIRS:=applets archival archival/libunarchive coreutils console-tools \
debianutils editors findutils init miscutils modutils networking \
networking/libiproute networking/udhcp procps loginutils shell \
- sysklogd util-linux libbb libpwdgrp coreutils/libcoreutils
+ sysklogd util-linux libpwdgrp coreutils/libcoreutils libbb
ifeq ($(strip $(CONFIG_SELINUX)),y)
CFLAGS += -I/usr/include/selinux