mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Fix dependancy so we rebuild busybox.o, usage.o and busybox.o
whenever the config changes. -Erik
This commit is contained in:
parent
ad082987d0
commit
a6f6e06107
1 changed files with 4 additions and 0 deletions
|
|
@ -25,8 +25,12 @@ endif
|
|||
APPLET_SRC:=applets.c busybox.c usage.c
|
||||
APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC))
|
||||
|
||||
|
||||
|
||||
libraries-y+=$(APPLETS_DIR)$(APPLETS_AR)
|
||||
|
||||
$(APPLET_OBJ): $(TOPDIR).config
|
||||
|
||||
$(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ)
|
||||
$(AR) -ro $@ $(APPLET_OBJ)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue