From 14b1c1da9ad7b5078086f821496b828cfd55c06d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 5 Oct 2005 14:52:21 +0000 Subject: - remove explicit dependency of busybox.o and applets.o and usage.h from the Makefile. Instead fix the invocation of bb_mkdep. --- applets/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') 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) $(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ) $(AR) $(ARFLAGS) $@ $(APPLET_OBJ) -$(APPLET_OBJ): $(top_builddir)/.config $(top_srcdir)/include/usage.h +$(APPLET_OBJ): $(top_builddir)/.config $(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< -- cgit v1.2.3