commit | 8a24a65d2f90107f772b98f445bcdadd4d466207 | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Mon Apr 23 16:11:57 2001 +0000 |
committer | Matt Kraai <kraai@debian.org> | Mon Apr 23 16:11:57 2001 +0000 |
tree | 95ab926cbaee2aeb4cc1ec13a20e9443d0d6a695 | |
parent | ed424dbf1d3d4f0448b9bfdc6b6128d4c90514ee [diff] [blame] |
Change link order so that libbb functions use libpwd.a when appropriate.
diff --git a/Makefile b/Makefile index 1fefecd..791357f 100644 --- a/Makefile +++ b/Makefile
@@ -329,7 +329,7 @@ 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"