Fix dependancy so we rebuild busybox.o, usage.o and busybox.o
authorEric Andersen <andersen@codepoet.org>
Mon, 30 Sep 2002 20:39:12 +0000 (20:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 30 Sep 2002 20:39:12 +0000 (20:39 -0000)
whenever the config changes.
 -Erik

applets/Makefile.in

index f198a1447290e74adb40de3901093140d61b11ed..eaa043e6126a99f6fcbc25696830ed6bdb005e05 100644 (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)