Fix dependancy so we rebuild busybox.o, usage.o and busybox.o

whenever the config changes.
 -Erik
This commit is contained in:
Eric Andersen 2002-09-30 20:39:12 +00:00
parent ad082987d0
commit a6f6e06107

View File

@ -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)