svn commit: trunk/busybox: applets

aldot at busybox.net aldot at busybox.net
Wed Oct 5 14:52:51 UTC 2005


Author: aldot
Date: 2005-10-05 07:52:21 -0700 (Wed, 05 Oct 2005)
New Revision: 11774

Log:
- remove explicit dependency of busybox.o and applets.o and usage.h from the
  Makefile. Instead fix the invocation of bb_mkdep.


Modified:
   trunk/busybox/Makefile
   trunk/busybox/applets/Makefile.in


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2005-10-05 14:14:55 UTC (rev 11773)
+++ trunk/busybox/Makefile	2005-10-05 14:52:21 UTC (rev 11774)
@@ -275,7 +275,7 @@
 .depend: scripts/bb_mkdep $(DEP_INCLUDES)
 	@rm -f .depend
 	@mkdir -p include/config
-	scripts/bb_mkdep -c include/config.h -c include/bb_config.h $(top_srcdir)/ > $@.tmp
+	scripts/bb_mkdep -c include/config.h -c include/bb_config.h -I $(top_srcdir)/include $(top_srcdir)/ > $@.tmp
 	mv $@.tmp $@
 
 include/config.h: .config

Modified: trunk/busybox/applets/Makefile.in
===================================================================
--- trunk/busybox/applets/Makefile.in	2005-10-05 14:14:55 UTC (rev 11773)
+++ trunk/busybox/applets/Makefile.in	2005-10-05 14:52:21 UTC (rev 11774)
@@ -18,7 +18,7 @@
 $(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 $@ $<
 




More information about the busybox-cvs mailing list