From 8158e198408afec57d0102e773ef7a5a22c4eb88 Mon Sep 17 00:00:00 2001 From: aldot Date: Wed, 5 Oct 2005 13:53:46 +0000 Subject: - busybox.o and applets.o depend on usage.h git-svn-id: svn://busybox.net/trunk/busybox@11769 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- applets/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/Makefile.in b/applets/Makefile.in index 6560fcd44..ddbc668dc 100644 --- a/applets/Makefile.in +++ b/applets/Makefile.in @@ -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 $@ $< -- cgit v1.2.3-55-g6feb