diff options
-rw-r--r-- | applets/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applets/Makefile.in b/applets/Makefile.in index f198a1447..eaa043e61 100644 --- a/applets/Makefile.in +++ b/applets/Makefile.in | |||
@@ -25,8 +25,12 @@ endif | |||
25 | APPLET_SRC:=applets.c busybox.c usage.c | 25 | APPLET_SRC:=applets.c busybox.c usage.c |
26 | APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC)) | 26 | APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC)) |
27 | 27 | ||
28 | |||
29 | |||
28 | libraries-y+=$(APPLETS_DIR)$(APPLETS_AR) | 30 | libraries-y+=$(APPLETS_DIR)$(APPLETS_AR) |
29 | 31 | ||
32 | $(APPLET_OBJ): $(TOPDIR).config | ||
33 | |||
30 | $(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ) | 34 | $(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ) |
31 | $(AR) -ro $@ $(APPLET_OBJ) | 35 | $(AR) -ro $@ $(APPLET_OBJ) |
32 | 36 | ||