aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-05 13:53:46 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-05 13:53:46 +0000
commit8158e198408afec57d0102e773ef7a5a22c4eb88 (patch)
treebbea20077fbcabb12d64bfdd4ad044fa17c7beb8
parent9b14142f2d782678360bb3c16ba28784ed26829d (diff)
downloadbusybox-w32-8158e198408afec57d0102e773ef7a5a22c4eb88.tar.gz
busybox-w32-8158e198408afec57d0102e773ef7a5a22c4eb88.tar.bz2
busybox-w32-8158e198408afec57d0102e773ef7a5a22c4eb88.zip
- busybox.o and applets.o depend on usage.h
git-svn-id: svn://busybox.net/trunk/busybox@11769 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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)
18$(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ) 18$(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ)
19 $(AR) $(ARFLAGS) $@ $(APPLET_OBJ) 19 $(AR) $(ARFLAGS) $@ $(APPLET_OBJ)
20 20
21$(APPLET_OBJ): $(top_builddir)/.config 21$(APPLET_OBJ): $(top_builddir)/.config $(top_srcdir)/include/usage.h
22$(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c 22$(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c
23 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< 23 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
24 24