- make sure applets.o is rebuilt when the .config changes.
- don't overwrite objects in the archive. Affected applets with name-clash
mostly vs. libbb:
iplink_main
iproute_main
iptunnel_main
login_main
run_parts_main
diff --git a/Makefile b/Makefile
index ccd486f..93b598c 100644
--- a/Makefile
+++ b/Makefile
@@ -271,7 +271,7 @@
# individual object files
-include $(top_builddir)/.depend
-
+$(top_builddir)/applets/applets.o: $(top_builddir)/.config
# Everything is set.
all: busybox busybox.links doc ;