aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-29 07:45:05 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-29 07:45:05 +0000
commitf93066cb056a3f04a82c502d6682f46894ea64a6 (patch)
treef697db6c1ee4c321fc509e180ae4ea6c465c408e /Makefile
parent136da05fe2ee024136affa62f3f48d2a21a94008 (diff)
downloadbusybox-w32-f93066cb056a3f04a82c502d6682f46894ea64a6.tar.gz
busybox-w32-f93066cb056a3f04a82c502d6682f46894ea64a6.tar.bz2
busybox-w32-f93066cb056a3f04a82c502d6682f46894ea64a6.zip
Set libbb dead last in the link order
git-svn-id: svn://busybox.net/trunk/busybox@7133 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
29DIRS:=applets archival archival/libunarchive coreutils console-tools \ 29DIRS:=applets archival archival/libunarchive coreutils console-tools \
30 debianutils editors findutils init miscutils modutils networking \ 30 debianutils editors findutils init miscutils modutils networking \
31 networking/libiproute networking/udhcp procps loginutils shell \ 31 networking/libiproute networking/udhcp procps loginutils shell \
32 sysklogd util-linux libbb libpwdgrp coreutils/libcoreutils 32 sysklogd util-linux libpwdgrp coreutils/libcoreutils libbb
33 33
34ifeq ($(strip $(CONFIG_SELINUX)),y) 34ifeq ($(strip $(CONFIG_SELINUX)),y)
35CFLAGS += -I/usr/include/selinux 35CFLAGS += -I/usr/include/selinux