Set libbb dead last in the link order
authorEric Andersen <andersen@codepoet.org>
Tue, 29 Jul 2003 07:45:05 +0000 (07:45 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 29 Jul 2003 07:45:05 +0000 (07:45 -0000)
Makefile

index 573f0232719de4a7875510ed65bf6e5f855ed1a4..50b594028fb072111170a2228933ffe988a3eb27 100644 (file)
--- 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