Set libbb dead last in the link order

This commit is contained in:
Eric Andersen 2003-07-29 07:45:05 +00:00
parent c663ab0c6b
commit eac20451d2

View File

@ -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