From 8a24a65d2f90107f772b98f445bcdadd4d466207 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Mon, 23 Apr 2001 16:11:57 +0000 Subject: [PATCH] Change link order so that libbb functions use libpwd.a when appropriate. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fefecd10..791357fa9 100644 --- a/Makefile +++ b/Makefile @@ -329,7 +329,7 @@ docs/busybox/busyboxdocumentation.html: docs/busybox.sgml busybox: $(PWD_LIB) $(LIBBB_LIB) $(OBJECTS) - $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(PWD_LIB) $(LIBBB_LIB) $(LIBRARIES) + $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(LIBBB_LIB) $(PWD_LIB) $(LIBRARIES) $(STRIP) # Without VPATH, rule expands to "/bin/sh busybox.mkll Config.h applets.h"