aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-05 13:53:46 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-05 13:53:46 +0000
commit83e1884d0c8b6eed9995eb6634cf7836df0658cb (patch)
treebbea20077fbcabb12d64bfdd4ad044fa17c7beb8 /applets
parentd1b6078e5d614993de2a858e85f1dc06cfe5539b (diff)
downloadbusybox-83e1884d0c8b6eed9995eb6634cf7836df0658cb.tar.gz
- busybox.o and applets.o depend on usage.h
Diffstat (limited to 'applets')
-rw-r--r--applets/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 $@ $<