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
@ -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 New Issue
Block a user