- busybox.o and applets.o depend on usage.h
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 5 Oct 2005 13:53:46 +0000 (13:53 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 5 Oct 2005 13:53:46 +0000 (13:53 -0000)
applets/Makefile.in

index 6560fcd..ddbc668 100644 (file)
@@ -18,7 +18,7 @@ libraries-y+=$(APPLETS_DIR)$(APPLETS_AR)
 $(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ)
        $(AR) $(ARFLAGS) $@ $(APPLET_OBJ)
 
-$(APPLET_OBJ): $(top_builddir)/.config
+$(APPLET_OBJ): $(top_builddir)/.config $(top_srcdir)/include/usage.h
 $(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c
        $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<