diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Rules.mak | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -271,7 +271,7 @@ ifeq ($(strip $(HAVE_DOT_CONFIG)),y) # individual object files -include $(top_builddir)/.depend - +$(top_builddir)/applets/applets.o: $(top_builddir)/.config # Everything is set. all: busybox busybox.links doc ; @@ -94,7 +94,7 @@ CFLAGS_EXTRA=$(subst ",, $(strip $(EXTRA_CFLAGS_OPTIONS))) WARNINGS=-Wall -Wstrict-prototypes -Wshadow CFLAGS+=-I$(top_builddir)/include -I$(top_srcdir)/include -ARFLAGS=cru +ARFLAGS=cruP |