svn commit: trunk/busybox/applets

aldot at busybox.net aldot at busybox.net
Wed Oct 5 13:53:48 UTC 2005


Author: aldot
Date: 2005-10-05 06:53:46 -0700 (Wed, 05 Oct 2005)
New Revision: 11769

Log:
- busybox.o and applets.o depend on usage.h


Modified:
   trunk/busybox/applets/Makefile.in


Changeset:
Modified: trunk/busybox/applets/Makefile.in
===================================================================
--- trunk/busybox/applets/Makefile.in	2005-10-05 12:44:52 UTC (rev 11768)
+++ trunk/busybox/applets/Makefile.in	2005-10-05 13:53:46 UTC (rev 11769)
@@ -18,7 +18,7 @@
 $(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 $@ $<
 




More information about the busybox-cvs mailing list