From eac20451d240eb6cb4881578962de408f622b29b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 29 Jul 2003 07:45:05 +0000 Subject: [PATCH] Set libbb dead last in the link order --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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