[BusyBox-cvs] busybox Makefile,1.282,1.283

Erik Andersen andersen at busybox.net
Tue Jul 29 07:45:08 UTC 2003


Update of /var/cvs/busybox
In directory winder:/tmp/cvs-serv9940

Modified Files:
	Makefile 
Log Message:
Set libbb dead last in the link order


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/Makefile,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -d -r1.282 -r1.283
--- Makefile	15 Jul 2003 00:28:26 -0000	1.282
+++ Makefile	29 Jul 2003 07:45:05 -0000	1.283
@@ -29,7 +29,7 @@
 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




More information about the busybox-cvs mailing list