diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2005-10-05 14:52:21 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2005-10-05 14:52:21 +0000 |
commit | 14b1c1da9ad7b5078086f821496b828cfd55c06d (patch) | |
tree | 70055af6074f198a9f6122e653119a36feecf53b /applets | |
parent | c06e80e1e7fed5ee9d74201180e8d0d4cee625c0 (diff) | |
download | busybox-w32-14b1c1da9ad7b5078086f821496b828cfd55c06d.tar.gz busybox-w32-14b1c1da9ad7b5078086f821496b828cfd55c06d.tar.bz2 busybox-w32-14b1c1da9ad7b5078086f821496b828cfd55c06d.zip |
- remove explicit dependency of busybox.o and applets.o and usage.h from the
Makefile. Instead fix the invocation of bb_mkdep.
Diffstat (limited to 'applets')
-rw-r--r-- | applets/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/Makefile.in b/applets/Makefile.in index ddbc668dc..511652a93 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 $(top_srcdir)/include/usage.h | 21 | $(APPLET_OBJ): $(top_builddir)/.config |
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 | ||